_WARN - write warning message.

(GCOS-8 Only)

Usage:

#include <sdgstd.h>
ret = _warn( format [, arg1, arg2, ...] );

Where:

const char *format;
points to a format string similar to that used by "printf".
arg1, arg2, arg3, ...
are values to be printed out according to the format string.
int ret;
is the number of characters printed out by "_warn".

Description:

"_warn" writes a formatted message to "stderr". For a full description of the formatting used by "_warn", see the documentation for "printf".

See Also:

expl nsc lib error

expl nsc lib _abort

Copyright © 1996, Thinkage Ltd.