Changeset 39558 for trunk/Ohana/src/opihi/lib.shell/VariableOps.c
- Timestamp:
- Apr 28, 2016, 11:09:46 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/VariableOps.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/VariableOps.c
r18732 r39558 197 197 198 198 /* return TRUE / FALSE if name is an existant variable */ 199 // XXX is this function better than IsScalar? 200 # if (0) 199 201 int get_variable_exists (char *name) { 200 202 … … 205 207 return (FALSE); 206 208 } 209 # endif 207 210 208 211 float get_variable_default (char *name, float dvalue) {
Note:
See TracChangeset
for help on using the changeset viewer.
