Changeset 432 for trunk/psLib/src/sysUtils/psError.c
- Timestamp:
- Apr 15, 2004, 4:18:57 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/psError.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psError.c
r427 r432 10 10 * @author Eric Van Alst, MHPCC 11 11 * 12 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-04-1 5 19:04:58$12 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-04-16 02:18:57 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 57 57 /*****************************************************************************/ 58 58 59 void psError( 60 char *name, 61 char *fmt, 62 ... 63 ) 59 void psError(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.
