- Timestamp:
- Aug 26, 2018, 9:58:52 AM (8 years ago)
- Location:
- trunk/Ohana/src/opihi/cmd.basic
- Files:
-
- 2 edited
-
strmatch.c (modified) (1 diff)
-
strpop.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.basic/strmatch.c
r37049 r40521 18 18 if (argc != 3) { 19 19 gprint (GP_ERR, "USAGE: strchr (string) (class) [-output start length]\n"); 20 gprint (GP_ERR, " return start and end position of given character class (alpha, upper, lower, float, int)\n"); 20 21 return (FALSE); 21 22 } -
trunk/Ohana/src/opihi/cmd.basic/strpop.c
r8189 r40521 7 7 if ((argc != 2) && (argc != 3)) { 8 8 gprint (GP_ERR, "USAGE: strpop (var) [out]\n"); 9 gprint (GP_ERR, " return the first word from the given variable, leaving behind the remaining words\n"); 9 10 return (FALSE); 10 11 }
Note:
See TracChangeset
for help on using the changeset viewer.
