Warning:  main(/www/www/htdocs/style/globals.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/neutrino/lib_ref/v/vwarn.html on line 1
Warning:  main() [function.include]: Failed opening '/www/www/htdocs/style/globals.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/neutrino/lib_ref/v/vwarn.html on line 1
Warning:  main(/www/www/htdocs/style/header.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/neutrino/lib_ref/v/vwarn.html on line 8
Warning:  main() [function.include]: Failed opening '/www/www/htdocs/style/header.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/neutrino/lib_ref/v/vwarn.html on line 8
Formatted error message (varargs)
#include <err.h>
void vwarn( const char *fmt, 
            va_list args );
void vwarnx( const char *fmt, 
             va_list args );
- fmt
 
- NULL, or a
  printf()-style
  string used to format the message.
  
 
- args
 
- A variable-argument list of the additional arguments, which you
  must have initialized with the
  va_start()
  macro.
 
libc
Use the -l c option to
qcc
to link against this library.
This library is usually included automatically.
The err() and warn() family of functions display 
a formatted error message on
stderr.
For a comparison of the members of this family, see
err().
The vwarn() function produces a message that consists of:
- the last component of the program name, followed by a colon and a space
 
- the formatted message, followed by a colon and a space, if the
  fmt argument isn't NULL
 
- the string associated with the current value of
  errno
 
- a newline character.
 
The vwarnx() function produces a similar message, except that it
doesn't include the string associated with errno.
The message consists of:
- the last component of the program name, followed by a colon and a space
 
- the formatted message, if the fmt argument isn't
  NULL
 
- a newline character.
 
Unix
| Safety: |  | 
| Cancellation point | 
    Yes | 
| Interrupt handler | 
    No | 
| Signal handler | 
    Yes | 
| Thread | 
    Yes | 
err(),
errx(),
stderr,
strerror(),
verr(),
verrx(),
warn(),
warnx()
Warning:  main(/www/www/htdocs/style/footer.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/neutrino/lib_ref/v/vwarn.html on line 148
Warning:  main() [function.include]: Failed opening '/www/www/htdocs/style/footer.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/neutrino/lib_ref/v/vwarn.html on line 148