NAME

errexit - output and error message and exit

SYNOPSIS

int errexit (status, format [, arg ] ...)
int status;
char *format;

DESCRIPTION

errexit places output on the standard error stream stderr. errexit converts, formats, and prints its args under control of the format. The format and args are identical to the format and args described by printf(3P). It then invokes the exit(2P) routine with a status of status.

SEE ALSO

exit(2P) , printf(3P).