aboutsummaryrefslogtreecommitdiff
path: root/defs.h
diff options
context:
space:
mode:
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