Changeset 10446 for trunk/psLib/src/sys/psString.h
- Timestamp:
- Dec 4, 2006, 12:15:04 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psString.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psString.h
r10286 r10446 14 14 * @author David Robbins, MHPCC 15 15 * 16 * @version $Revision: 1.3 2$ $Name: not supported by cvs2svn $17 * @date $Date: 2006-1 1-29 21:33:09$16 * @version $Revision: 1.33 $ $Name: not supported by cvs2svn $ 17 * @date $Date: 2006-12-04 22:15:04 $ 18 18 * 19 19 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 191 191 * the replacement value wherever found. The input string may be freed if not needed. 192 192 * 193 * @return char*: the modified input string.194 */ 195 psStringpsStringSubstitute (196 psString input, ///<input string to be modified193 * @return ssize_t: the length of the new string (excluding '\0') 194 */ 195 ssize_t psStringSubstitute ( 196 psString *input, ///< ptr to input string to be modified 197 197 const char *replace, ///< replacement value 198 198 const char *key ///< string to be replaced in input
Note:
See TracChangeset
for help on using the changeset viewer.
