Changeset 6278 for trunk/psLib/src/sys/psString.h
- Timestamp:
- Feb 1, 2006, 10:40:56 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psString.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psString.h
r6201 r6278 14 14 * @author David Robbins, MHPCC 15 15 * 16 * @version $Revision: 1.1 7$ $Name: not supported by cvs2svn $17 * @date $Date: 2006-0 1-26 05:31:54$16 * @version $Revision: 1.18 $ $Name: not supported by cvs2svn $ 17 * @date $Date: 2006-02-01 20:40:56 $ 18 18 * 19 19 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 38 38 /** Copies the input string 39 39 * 40 * This function shall allocate memory to the length of the input string 41 * plus one and copy the input string to the newly allocated memory. 40 * This function shall allocate memory to the length of the input string plus 41 * one and copy the input string to the newly allocated memory. If 'string' 42 * is 'NULL' then 'NULL' is returned. 42 43 * 43 44 * @return psString: Copy of input string … … 55 56 * string will be a substring of the input string. If the input string 56 57 * is smaller than nChar bytes then the remaining bytes allocated will 57 * be set to NULL. 58 * be set to NULL. If 'string' is 'NULL' then 'NULL' is returned. 58 59 * 59 60 * @return psString: Copy of input string
Note:
See TracChangeset
for help on using the changeset viewer.
