IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 11, 2008, 6:19:03 PM (18 years ago)
Author:
eugene
Message:

adding strhash function

File:
1 edited

Legend:

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

    r18051 r19533  
    3737int substr_func     PROTO((int, char **));
    3838int strpop          PROTO((int, char **));
     39int strhash         PROTO((int, char **));
    3940int strsub          PROTO((int, char **));
    4041int wait_func       PROTO((int, char **));
     
    8283  {1, "strlen",        strlen_func,        "string length"},
    8384  {1, "substr",        substr_func,        "substring"},
     85  {1, "strhash",       strhash,            "generate a hash for a string"},
    8486  {1, "strpop",        strpop,             "pop a string"},
    8587  {1, "strsub",        strsub,             "replace instances of a key in a string"},
Note: See TracChangeset for help on using the changeset viewer.