Changeset 7901 for trunk/psLib/src/sys/psString.h
- Timestamp:
- Jul 13, 2006, 4:26:25 PM (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
r7853 r7901 14 14 * @author David Robbins, MHPCC 15 15 * 16 * @version $Revision: 1.2 5$ $Name: not supported by cvs2svn $17 * @date $Date: 2006-07-1 0 20:15:43$16 * @version $Revision: 1.26 $ $Name: not supported by cvs2svn $ 17 * @date $Date: 2006-07-14 02:26:25 $ 18 18 * 19 19 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 39 39 * @{ 40 40 */ 41 42 /** Allocates a new psString. 43 * 44 * @return psString: Newly allocated string of length n. 45 */ 46 psString psStringAlloc( 47 long nChar ///< Size of psString to allocate. 48 ); 49 50 /** Checks the type of a particular pointer. 51 * 52 * Uses the appropriate deallocation function in psMemBlock to check the ptr datatype. 53 * 54 * @return bool: True if the pointer matches a psString structure, false otherwise. 55 */ 56 bool psMemCheckString( 57 psPtr ptr ///< the pointer whose type to check 58 ); 41 59 42 60 /** Copies the input string … … 145 163 ); 146 164 147 148 165 /** @} */// Doxygen - End of SystemGroup Functions 149 166
Note:
See TracChangeset
for help on using the changeset viewer.
