Changeset 11084 for trunk/Ohana/src/opihi/cmd.basic/init.c
- Timestamp:
- Jan 12, 2007, 4:26:31 PM (19 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
r10846 r11084 20 20 int macro PROTO((int, char **)); 21 21 int memory PROTO((int, char **)); 22 int module PROTO((int, char **)); 22 23 int output PROTO((int, char **)); 23 24 int pwd PROTO((int, char **)); … … 59 60 {"macro", macro, "deal with the macros *"}, 60 61 {"memory", memory, "long listing of the allocated memory"}, 62 {"module", module, "load script file from the modules directories"}, 61 63 {"output", output, "redirect output to file"}, 62 64 {"pwd", pwd, "print current working directory"},
Note:
See TracChangeset
for help on using the changeset viewer.
