aboutsummaryrefslogtreecommitdiff
path: root/defs.h
diff options
context:
space:
mode:
authorLeonard Kugis <leonardkugis@gmail.com>2018-01-13 16:36:08 +0100
committerLeonard Kugis <leonardkugis@gmail.com>2018-01-13 16:36:08 +0100
commitd4c120217549f928a01ef5a69b3760851e1fda8d (patch)
treedad9e81d4918b66c67abb354788e834986c55dea /defs.h
Initial commit
Diffstat (limited to 'defs.h')
-rw-r--r--defs.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/defs.h b/defs.h
new file mode 100644
index 0000000..4bdd84c
--- /dev/null
+++ b/defs.h
@@ -0,0 +1,9 @@
+#ifndef DEFS
+#define DEFS
+
+#include <stdio.h>
+
+typedef unsigned char u8;
+typedef unsigned long int u32;
+
+#endif \ No newline at end of file