Changeset 7016 for trunk/psModules/src/pslib/psAdditionals.h
- Timestamp:
- Apr 30, 2006, 3:08:45 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/pslib/psAdditionals.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/pslib/psAdditionals.h
r6956 r7016 15 15 // Split string on given characters 16 16 psArray *psStringSplitArray(const char *string, // String to split 17 const char *splitters // Characters on which to split18 );17 const char *splitters, // Characters on which to split 18 bool multipleAreSignificant); 19 19 20 20 // strip whitespace from head and tail of string
Note:
See TracChangeset
for help on using the changeset viewer.
