UTwarn
Routine
-
void UTwarn (const char Warnmsg[], ...)
Purpose
-
Print a warning message
Description
This routine prints a warning message on stderr (standard error). An example
of the use of this routine is as follows.
UTwarn ("XXProc - Output data clipped (%d values(s))", N);
Parameters
-
-> const char Warnmsg[]
-
Character string to be printed. This string can contain optional
formatting codes. The arguments corresponding to the formatting codes
appear at the end of the argument list. The input string should not
normally have a terminating newline character, since this routine
supplies a newline.
-
-> <args...>
-
Arguments corresponding to the formatting codes. The format string and
the variable number of arguments is passed on to the system routine
vprintf.
Author / revision
P. Kabal
/ Revision 1.22 2003/05/09
See Also
UTerror,
UThalt
Main Index libtsp