Changeset 42081 for trunk/Ohana/src/opihi/cmd.basic/init.c
- Timestamp:
- Feb 28, 2022, 12:15:17 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.basic/init.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.basic/init.c
r41341 r42081 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.
