Changeset 25965 for trunk/Ohana/src/opihi/cmd.basic/init.c
- Timestamp:
- Oct 29, 2009, 10:16:52 AM (17 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
r19533 r25965 16 16 int help PROTO((int, char **)); 17 17 int input PROTO((int, char **)); 18 int inthash PROTO((int, char **)); 18 19 int list PROTO((int, char **)); 19 20 int list_help PROTO((int, char **)); … … 61 62 {1, "help", help, "get help on a function *"}, 62 63 {1, "input", input, "read command lines from a file *"}, 64 {1, "inthash", inthash, "generate a hash for a word treated as an integer"}, 63 65 {1, "list", list, "get variable list"}, 64 66 {1, "?", list_help, "list commands *"},
Note:
See TracChangeset
for help on using the changeset viewer.
