IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 30, 2006, 2:57:07 PM (20 years ago)
Author:
magnier
Message:

fixed psStringSplit to use strpbrk, added boolean for significance of multiple sequential splitters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psString.h

    r6874 r7015  
    1414 *  @author David Robbins, MHPCC
    1515 *
    16  *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
    17  *  @date $Date: 2006-04-17 22:00:03 $
     16 *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
     17 *  @date $Date: 2006-05-01 00:57:07 $
    1818 *
    1919 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    100100psList *psStringSplit(
    101101    const char *string,
    102     const char *splitters
     102    const char *splitters,
     103    bool multipleAreSignificant
    103104);
    104105
Note: See TracChangeset for help on using the changeset viewer.