-extern void fatal (const char *format, ...)
- __attribute__ ((__format__ (__printf__, 1, 2)));
-
-/* Print a message with `fprintf (stderr, FORMAT, ...)';
- if ERRNUM is nonzero, follow it with ": " and strerror (ERRNUM).
- If STATUS is nonzero, terminate the program with `exit (STATUS)'. */