Changeset 10275
- Timestamp:
- Nov 29, 2006, 7:57:20 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psAbort.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psAbort.c
r5517 r10275 10 10 * @author Eric Van Alst, MHPCC 11 11 * 12 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $13 * @date $Date: 200 5-11-15 20:10:32$12 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-11-29 17:57:20 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 19 19 #include <stdlib.h> 20 20 #include "psAbort.h" 21 #include "psError.h" 21 22 #include "psLogMsg.h" 22 23 23 24 void psAbort(const char *name, const char *format, ...) 24 25 { 26 psErrorStackPrint(stderr, "Aborting. Error stack:"); 27 25 28 va_list argPtr; // variable list arguement pointer 26 29 // Get the variable list parameters to pass to logging function
Note:
See TracChangeset
for help on using the changeset viewer.
