IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 20, 2008, 3:36:42 PM (18 years ago)
Author:
eugene
Message:

adding strsub function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.basic/init.c

    r11084 r16168  
    3434int substr_func     PROTO((int, char **));
    3535int strpop          PROTO((int, char **));
     36int strsub          PROTO((int, char **));
    3637int wait_func       PROTO((int, char **));
    3738int which           PROTO((int, char **));
     
    7677  {"substr",        substr_func,        "substring"},
    7778  {"strpop",        strpop,             "pop a string"},
     79  {"strsub",        strsub,             "replace instances of a key in a string"},
    7880  {"wait",          wait_func,          "wait until return is typed"},
    7981  {"which",         which,              "show command *"}
Note: See TracChangeset for help on using the changeset viewer.