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/lib.shell/ListOps.c

    r16441 r25965  
    187187      if (!strcmp (temp, "-x")) goto escape;
    188188      if (!strcmp (temp, "-split")) goto escape;
     189      if (!strcmp (temp, "-splitbychar")) goto escape;
    189190      if (!strcmp (temp, "-add")) goto escape;
    190191      if (!strcmp (temp, "-del")) goto escape;
Note: See TracChangeset for help on using the changeset viewer.