Changeset 6874 for trunk/psLib/src/sys/psString.h
- Timestamp:
- Apr 17, 2006, 12:00:35 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psString.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psString.h
r6278 r6874 14 14 * @author David Robbins, MHPCC 15 15 * 16 * @version $Revision: 1.1 8$ $Name: not supported by cvs2svn $17 * @date $Date: 2006-0 2-01 20:40:56$16 * @version $Revision: 1.19 $ $Name: not supported by cvs2svn $ 17 * @date $Date: 2006-04-17 22:00:03 $ 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.
