Changeset 6132 for branches/eam_rel9_b1/psLib/src/sys/psString.h
- Timestamp:
- Jan 21, 2006, 1:44:37 PM (20 years ago)
- File:
-
- 1 edited
-
branches/eam_rel9_b1/psLib/src/sys/psString.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_rel9_b1/psLib/src/sys/psString.h
r6025 r6132 13 13 * @author Eric Van Alst, MHPCC 14 14 * 15 * @version $Revision: 1.16.18. 1$ $Name: not supported by cvs2svn $16 * @date $Date: 2006-01- 17 09:23:21$15 * @version $Revision: 1.16.18.2 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2006-01-21 23:44:37 $ 17 17 * 18 18 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 36 36 /** Copies the input string 37 37 * 38 * This function shall allocate memory to the length of the input string 39 * plus one and copy the input string to the newly allocated memory. 38 * This function shall allocate memory to the length of the input string plus 39 * one and copy the input string to the newly allocated memory. If 'string' 40 * is 'NULL' then 'NULL' is returned. 40 41 * 41 42 * @return psString: Copy of input string … … 54 55 * string will be a substring of the input string. If the input string 55 56 * is smaller than nChar bytes then the remaining bytes allocated will 56 * be set to NULL. 57 * be set to NULL. If 'string' is 'NULL' then 'NULL' is returned. 57 58 * 58 59 * @return psString: Copy of input string
Note:
See TracChangeset
for help on using the changeset viewer.
