IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 17, 2006, 12:00:35 PM (20 years ago)
Author:
magnier
Message:

variety of small changes related to inconsistencies between psModules and psLib

File:
1 edited

Legend:

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

    r6278 r6874  
    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.19 $ $Name: not supported by cvs2svn $
     17 *  @date $Date: 2006-04-17 22:00:03 $
    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.