Changeset 8189
- Timestamp:
- Aug 5, 2006, 3:52:15 AM (20 years ago)
- Location:
- trunk/Ohana/src/opihi/cmd.basic
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.basic/Makefile
r5943 r8189 47 47 $(SDIR)/strlen.$(ARCH).o \ 48 48 $(SDIR)/substr.$(ARCH).o \ 49 $(SDIR)/strpop.$(ARCH).o \ 49 50 $(SDIR)/usleep.$(ARCH).o \ 50 51 $(SDIR)/sleep.$(ARCH).o \ -
trunk/Ohana/src/opihi/cmd.basic/init.c
r7892 r8189 31 31 int strlen_func PROTO((int, char **)); 32 32 int substr_func PROTO((int, char **)); 33 int strpop PROTO((int, char **)); 33 34 int wait_func PROTO((int, char **)); 34 35 int which PROTO((int, char **)); … … 68 69 {"strlen", strlen_func, "string length"}, 69 70 {"substr", substr_func, "substring"}, 71 {"strpop", strpop, "pop a string"}, 70 72 {"wait", wait_func, "wait until return is typed"}, 71 73 {"which", which, "show command *"}
Note:
See TracChangeset
for help on using the changeset viewer.
