aboutsummaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
new file mode 100644
index 0000000..d1234ba
--- /dev/null
+++ b/include/common.h
@@ -0,0 +1,7 @@
1#ifndef COMMON_H
2#define COMMON_H
3
4
5void bail_out(const char* msg);
6
7#endif