- Timestamp:
- Dec 13, 2015, 5:50:46 AM (11 years ago)
- Location:
- branches/eam_branches/ipp-20151113
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Ohana/src/opihi/include/shell.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20151113
-
branches/eam_branches/ipp-20151113/Ohana/src/opihi/include/shell.h
r37049 r39266 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.
