about summary refs log tree commit diff
path: root/include/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/utils.h')
-rw-r--r--include/utils.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/utils.h b/include/utils.h
deleted file mode 100644
index f415abc..0000000
--- a/include/utils.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef __UTILS_H__
-#define __UTILS_H__
-
-#include <stdnoreturn.h>
-
-
-/**
- * Show message:
- * program_name: <formattedstring>\n
- * and exit with code
- * @param code Code to exit
- * @param fmt Format string
- */
-noreturn void die(int code, char *fmt, ...);
-
-#endif /* __UTILS_H__ */