Changeset 40522 for trunk/Ohana/src/opihi/cmd.basic/init.c
- Timestamp:
- Aug 29, 2018, 9:42:25 AM (8 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
r37049 r40522 42 42 int strmatch PROTO((int, char **)); 43 43 int substr_func PROTO((int, char **)); 44 int strstr_func PROTO((int, char **)); 44 45 int strpop PROTO((int, char **)); 45 46 int strhash PROTO((int, char **)); … … 94 95 {1, "fprintf", fprintf_opihi, "formatted print to standard output"}, 95 96 {1, "strlen", strlen_func, "string length"}, 96 {1, "substr", substr_func, "substring"}, 97 {1, "substr", substr_func, "extract a substring"}, 98 {1, "strstr", strstr_func, "find a substring"}, 97 99 {1, "strhash", strhash, "generate a hash for a string"}, 98 100 {1, "strpop", strpop, "pop a string"},
Note:
See TracChangeset
for help on using the changeset viewer.
