aboutsummaryrefslogtreecommitdiff
path: root/inc/err.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/err.h')
-rw-r--r--inc/err.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/inc/err.h b/inc/err.h
new file mode 100644
index 0000000..c1ae3d9
--- /dev/null
+++ b/inc/err.h
@@ -0,0 +1,6 @@
+#ifndef ERR_H
+#define ERR_H
+
+typedef enum { ERR, OK, END } err;
+
+#endif