Changeset 8792 for trunk/psLib/src/sys/psError.h
- Timestamp:
- Sep 11, 2006, 5:16:51 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psError.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psError.h
r8627 r8792 12 12 * @author Eric Van Alst, MHPCC 13 13 * 14 * @version $Revision: 1.2 8$ $Name: not supported by cvs2svn $15 * @date $Date: 2006-0 8-26 04:34:28$14 * @version $Revision: 1.29 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2006-09-12 03:16:51 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 53 53 */ 54 54 psErr* psErrorGet( 55 psS32which ///< position in the error stack. 0 is last error on stack.55 int which ///< position in the error stack. 0 is last error on stack. 56 56 ); 57 57 … … 80 80 /** Get the error stack depth 81 81 * 82 * @return psS32The number of items on the error stack83 */ 84 unsignedint psErrorGetStackSize();82 * @return int The number of items on the error stack 83 */ 84 int psErrorGetStackSize(); 85 85 86 86 /** Prints error stack to specified open file descriptor
Note:
See TracChangeset
for help on using the changeset viewer.
