Changeset 4315 for trunk/psLib/src/sysUtils/psError.h
- Timestamp:
- Jun 17, 2005, 4:30:50 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/psError.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psError.h
r4190 r4315 12 12 * @author Eric Van Alst, MHPCC 13 13 * 14 * @version $Revision: 1.2 2$ $Name: not supported by cvs2svn $15 * @date $Date: 2005-06- 09 19:26:48$14 * @version $Revision: 1.23 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2005-06-18 02:30:50 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 86 86 void psErrorStackPrint( 87 87 FILE* fd, ///< destination file descriptor 88 const char* f mt, ///< printf-style format of header line88 const char* format, ///< printf-style format of header line 89 89 ... ///< any parameters required in fmt 90 90 ); … … 101 101 void psErrorStackPrintV( 102 102 FILE* fd, ///< destination file descriptor 103 const char* f mt, ///< printf-style format of header line103 const char* format, ///< printf-style format of header line 104 104 va_list va ///< any parameters required in fmt 105 105 );
Note:
See TracChangeset
for help on using the changeset viewer.
