Changeset 35237 for trunk/Ohana/src/opihi/cmd.basic/init.c
- Timestamp:
- Mar 5, 2013, 2:33:50 PM (13 years ago)
- Location:
- trunk/Ohana/src/opihi
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
cmd.basic/init.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20130207/Ohana/src/opihi (added) merged: 35136,35234
- Property svn:mergeinfo changed
-
trunk/Ohana/src/opihi/cmd.basic/init.c
r33963 r35237 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.
