IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 382


Ignore:
Timestamp:
Apr 2, 2004, 4:31:05 AM (22 years ago)
Author:
rhl
Message:

Added psVErrorStackPrint

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/include/psError.h

    r332 r382  
    3535
    3636void psErrorStackPrint(FILE *fd, const char *fmt, ...); ///< print the errorstack to this file descriptor
     37void psVErrorStackPrint(FILE *fd,       //< write to this file descriptor
     38                        const char *fmt,//< format for any header information; may be NULL
     39                        va_list ap);    //< arguments for format
    3740
    3841#endif
Note: See TracChangeset for help on using the changeset viewer.