aboutsummaryrefslogtreecommitdiff
path: root/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'common.c')
-rw-r--r--common.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/common.c b/common.c
deleted file mode 100644
index 154e60d..0000000
--- a/common.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <stdlib.h>
-#include <stdio.h>
-
-void panic(const char *msg)
-{
- perror(msg);
- exit(EXIT_FAILURE);
-}