IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 30, 2006, 3:08:45 PM (20 years ago)
Author:
magnier
Message:

fixed instances of psStringSplit to use new API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/pslib/psAdditionals.h

    r6956 r7016  
    1515// Split string on given characters
    1616psArray *psStringSplitArray(const char *string, // String to split
    17                             const char *splitters // Characters on which to split
    18                            );
     17                            const char *splitters, // Characters on which to split
     18                            bool multipleAreSignificant);
    1919
    2020// strip whitespace from head and tail of string
Note: See TracChangeset for help on using the changeset viewer.