verrx

Name

verrx -- display formatted error messages

Synopsis

#include <err.h>

void verrx(int eval, const char *fmt, valist args);

Description

verrx displays a formatted error message on the standard error output. The last component of the program name, a COLON character, and a SPACE are output. If fmt is not NULL, the formatted error message, a COLON, and a SPACE are output. The output is followed by a newline character.

verrx does not return, but exits with the value of eval.