SYNOPSIS
#include <err.h>
void errx(int eval, const char *fmt, ...);
DESCRIPTION
The function
The function
fprintf(stderr,"%s: ", argv[0]); fprintf(stderr,fmt, ...); fprintf(stderr,"\n"); exit(eval);
PARAMETERS
- eval
-
Is the exit value for process.
- fmt
-
Is the format string for optional arguments, or the null pointer if no formatted message is to be printed.
- ...
-
Represents optional arguments to the formatted message.
RETURN VALUES
The
CONFORMANCE
4.4BSD.
MULTITHREAD SAFETY LEVEL
Unsafe.
PORTING ISSUES
None.
AVAILABILITY
PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
PTC MKS Toolkit 10.5 Documentation Build 40.