#include <stdarg.h>
#include <errno.h>
#include <string.h>
#include "AppHdr.h"
#include "errors.h"
#include "libutil.h"
#include "stuff.h"
Functions | |
NORETURN void | fail (const char *msg,...) |
NORETURN void | sysfail (const char *msg,...) |
NORETURN void fail | ( | const char * | msg, | |
... | ||||
) |
NORETURN void sysfail | ( | const char * | msg, | |
... | ||||
) |