IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 9, 2006, 9:37:28 AM (20 years ago)
Author:
magnier
Message:

added psStringSubstitute

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psLib/src/sys/psString.h

    r6278 r6567  
    1414 *  @author David Robbins, MHPCC
    1515 *
    16  *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
    17  *  @date $Date: 2006-02-01 20:40:56 $
     16 *  @version $Revision: 1.18.4.1 $ $Name: not supported by cvs2svn $
     17 *  @date $Date: 2006-03-09 19:37:28 $
    1818 *
    1919 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    103103);
    104104
     105// given the input string, search for all copies of the key, and replace with the replacement value
     106// the input string may be freed if not needed
     107char *psStringSubstitute (
     108    char *input,    ///< input string to be modified
     109    char *replace,    ///< replacement value
     110    char *key    ///< string to be replaced in input
     111);
     112
    105113/** @} */// Doxygen - End of SystemGroup Functions
    106114
Note: See TracChangeset for help on using the changeset viewer.