IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 17, 2005, 4:30:50 PM (21 years ago)
Author:
drobbin
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sysUtils/psError.h

    r4190 r4315  
    1212 *  @author Eric Van Alst, MHPCC
    1313 *
    14  *  @version $Revision: 1.22 $ $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 $
    1616 *
    1717 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    8686void psErrorStackPrint(
    8787    FILE* fd,                          ///< destination file descriptor
    88     const char* fmt,                   ///< printf-style format of header line
     88    const char* format,                   ///< printf-style format of header line
    8989    ...                                ///< any parameters required in fmt
    9090);
     
    101101void psErrorStackPrintV(
    102102    FILE* fd,                          ///< destination file descriptor
    103     const char* fmt,                   ///< printf-style format of header line
     103    const char* format,                   ///< printf-style format of header line
    104104    va_list va                         ///< any parameters required in fmt
    105105);
Note: See TracChangeset for help on using the changeset viewer.