- Timestamp:
- Feb 8, 2013, 4:22:56 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130207/Ohana/src/opihi/cmd.basic/init.c
r33963 r35136 35 35 int run_while PROTO((int, char **)); 36 36 int scan PROTO((int, char **)); 37 int scannext PROTO((int, char **)); 37 38 int shell PROTO((int, char **)); 38 39 int sprintf_opihi PROTO((int, char **)); … … 86 87 {1, "while", run_while, "while loop"}, 87 88 {1, "scan", scan, "scan line from keyboard or file to variable *"}, 89 {1, "scannext", scannext, "scan next line from file to variable (file stays open)"}, 88 90 {1, "!", shell, "system call"}, 89 91 {1, "exec", shell, "system call"},
Note:
See TracChangeset
for help on using the changeset viewer.
