Changeset 7853 for trunk/psLib/src/sys/psString.h
- Timestamp:
- Jul 10, 2006, 10:15:43 AM (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
r7707 r7853 14 14 * @author David Robbins, MHPCC 15 15 * 16 * @version $Revision: 1.2 4$ $Name: not supported by cvs2svn $17 * @date $Date: 2006-0 6-27 20:33:22$16 * @version $Revision: 1.25 $ $Name: not supported by cvs2svn $ 17 * @date $Date: 2006-07-10 20:15:43 $ 18 18 * 19 19 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 130 130 * @return char*: the modified input string. 131 131 */ 132 char *psStringSubstitute (133 char *input,///< input string to be modified134 const char *replace, ///< replacement value135 const char *key ///< string to be replaced in input132 psString psStringSubstitute ( 133 psString input, ///< input string to be modified 134 const char *replace, ///< replacement value 135 const char *key ///< string to be replaced in input 136 136 ); 137 137
Note:
See TracChangeset
for help on using the changeset viewer.
