- Timestamp:
- Jan 5, 2022, 6:34:32 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20211108/Ohana/src/opihi/cmd.basic/init.c
r41341 r41978 14 14 int file PROTO((int, char **)); 15 15 int getchr_func PROTO((int, char **)); 16 int getargs PROTO((int, char **)); 16 17 int help PROTO((int, char **)); 17 18 int input PROTO((int, char **)); … … 66 67 {1, "file", file, "test file existence"}, 67 68 {1, "getchr", getchr_func, "find character in string"}, 69 {1, "getargs", getargs, "find and remove arguments from the macro argument list"}, 68 70 {1, "help", help, "get help on a function *"}, 69 71 {1, "input", input, "read command lines from a file *"},
Note:
See TracChangeset
for help on using the changeset viewer.
