Changeset 432 for trunk/psLib/src/sys/psAbort.h
- Timestamp:
- Apr 15, 2004, 4:18:57 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psAbort.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psAbort.h
r428 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:12$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 … … 45 45 */ 46 46 void psAbort( 47 c har *name, /**< Source of abort such as file or function detected */48 c har *fmt, /**< A printf style formatting statement defining msg */47 const char* name, ///< Source of abort such as file or function detected 48 const char* fmt, ///< A printf style formatting statement defining msg 49 49 ... 50 50 );
Note:
See TracChangeset
for help on using the changeset viewer.
