errx
errx(int eval, const char *fmt, ...)
#define errx(x,y...) { fprintf(stderr, y); fprintf(stderr, "\n"); exit(x); }