![]() |
![]()
| ![]() |
![]()
NAMEdie - print warning diagnostic and abort program SYNTAX#include <libowfat/errmsg.h> void die(int exitcode, const char *message, ...); DESCRIPTIONdiesys is like die, but it will also print a string representation of the system error code (from errno). NOTEThis function does not return. SEE ALSOerrmsg(7), die(3)
|