TIFFWarning(3T) UNIX System V(May 2, 1990) TIFFWarning(3T)
NAME
TIFFWarning - library warning handler function
SYNOPSIS
#include <tiffio.h>
void TIFFWarning(const char* module, const char* fmt, ...)
DESCRIPTION
Write a warning message to the stderr. The fmt parameter is a printf(3S)
format string, and any number of 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 a warning.
SEE ALSO
intro(3T), TIFFError(3T)
10/89 Page 1