Changeset 8800 for trunk/psLib/src/sys/psError.h
- Timestamp:
- Sep 12, 2006, 11:10:22 AM (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
r8792 r8800 12 12 * @author Eric Van Alst, MHPCC 13 13 * 14 * @version $Revision: 1. 29$ $Name: not supported by cvs2svn $15 * @date $Date: 2006-09-12 03:16:51$14 * @version $Revision: 1.30 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2006-09-12 21:10:22 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 53 53 */ 54 54 psErr* psErrorGet( 55 intwhich ///< position in the error stack. 0 is last error on stack.55 long which ///< position in the error stack. 0 is last error on stack. 56 56 ); 57 57 … … 82 82 * @return int The number of items on the error stack 83 83 */ 84 intpsErrorGetStackSize();84 long psErrorGetStackSize(); 85 85 86 86 /** Prints error stack to specified open file descriptor
Note:
See TracChangeset
for help on using the changeset viewer.
