IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 29, 2009, 10:16:52 AM (17 years ago)
Author:
eugene
Message:

adding an inthash function which accepts non-numeric words (and treats them as zero)

File:
1 edited

Legend:

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

    r19533 r25965  
    1616int help            PROTO((int, char **));
    1717int input           PROTO((int, char **));
     18int inthash         PROTO((int, char **));
    1819int list            PROTO((int, char **));
    1920int list_help       PROTO((int, char **));
     
    6162  {1, "help",          help,               "get help on a function *"},
    6263  {1, "input",         input,              "read command lines from a file *"},
     64  {1, "inthash",       inthash,            "generate a hash for a word treated as an integer"},
    6365  {1, "list",          list,               "get variable list"},
    6466  {1, "?",             list_help,          "list commands *"},
Note: See TracChangeset for help on using the changeset viewer.