TIFFError(3T) UNIX System V(June 18, 1991) TIFFError(3T)
NAME
TIFFError - library error handling function
SYNOPSIS
#include <tiffio.h>
void TIFFError(const char* module, const char* fmt, ...)
DESCRIPTION
Write an error message to the stderr. The fmt parameter is a printf(3S)
format string, and any number arguments can be supplied. The module
parameter is interpreted as a string that, if non-zero, should be printed
before the message; it typically is used to identify the software module
in which an error is detected.
Applications should redefine this routine to capture control in the event
of an error.
SEE ALSO
intro(3T), TIFFWarning(3T), printf(3S)
10/89 Page 1