From bf5e1802f467b957f616da1ae939c8a10d8b86ce Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sat, 29 Oct 2016 16:59:47 +0300 Subject: Initial commit --- utils.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 utils.h (limited to 'utils.h') diff --git a/utils.h b/utils.h new file mode 100644 index 0000000..8a19473 --- /dev/null +++ b/utils.h @@ -0,0 +1,12 @@ +#ifndef UTILS_H +#define UTILS_H + +extern const char *progname; + +void info (const char *, ...); +void warning (const char *, ...); +void fatal (const char *, ...); + +#define NOTUSED(x) ((void)(x)) + +#endif /* UTILS_H */ -- cgit v1.2.3