Changeset 432 for trunk/psLib/src/sys/psAbort.c
- Timestamp:
- Apr 15, 2004, 4:18:57 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psAbort.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psAbort.c
r429 r432 9 9 * @author Eric Van Alst, MHPCC 10 10 * 11 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-04-1 5 20:37:56$11 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-04-16 02:18:57 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 57 57 /*****************************************************************************/ 58 58 59 void psAbort( 60 char *name, 61 char *fmt, 62 ... 63 ) 59 void psAbort(const char *name, const char *fmt,... ) 64 60 { 65 61 va_list argPtr; // variable list arguement pointer
Note:
See TracChangeset
for help on using the changeset viewer.
