Changeset 39227 for trunk/Ohana/src/opihi/include/shell.h
- Timestamp:
- Dec 3, 2015, 5:05:24 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/include/shell.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/include/shell.h
r37049 r39227 4 4 # ifndef SHELL_H 5 5 # define SHELL_H 6 7 # define ESCAPE(MSG,...) { gprint (GP_ERR, MSG, __VA_ARGS__); return FALSE; } 6 8 7 9 # define ISVAR(a) (isalnum (a) || (a == ':') || (a == '_'))
Note:
See TracChangeset
for help on using the changeset viewer.
