Changeset 6567 for branches/rel10_ifa/psLib/src/sys/psString.h
- Timestamp:
- Mar 9, 2006, 9:37:28 AM (20 years ago)
- File:
-
- 1 edited
-
branches/rel10_ifa/psLib/src/sys/psString.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psLib/src/sys/psString.h
r6278 r6567 14 14 * @author David Robbins, MHPCC 15 15 * 16 * @version $Revision: 1.18 $ $Name: not supported by cvs2svn $17 * @date $Date: 2006-0 2-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 $ 18 18 * 19 19 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 103 103 ); 104 104 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 107 char *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 105 113 /** @} */// Doxygen - End of SystemGroup Functions 106 114
Note:
See TracChangeset
for help on using the changeset viewer.
