aboutsummaryrefslogtreecommitdiff
path: root/defs.h
diff options
context:
space:
mode:
authorLeonard Kugis <leonardkugis@gmail.com>2018-01-13 17:17:31 +0100
committerLeonard Kugis <leonardkugis@gmail.com>2018-01-13 17:17:31 +0100
commit78109333d989fa678c3c864defc4ef9d170f58ce (patch)
treec31e0f73a272ea023a67e78f904642531e57bc50 /defs.h
parentd4c120217549f928a01ef5a69b3760851e1fda8d (diff)
Initial commit
Diffstat (limited to 'defs.h')
-rw-r--r--defs.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/defs.h b/defs.h
index 4bdd84c..a82beea 100644
--- a/defs.h
+++ b/defs.h
@@ -1,9 +1,9 @@
-#ifndef DEFS
-#define DEFS
-
-#include <stdio.h>
-
-typedef unsigned char u8;
-typedef unsigned long int u32;
-
+#ifndef DEFS
+#define DEFS
+
+#include <stdio.h>
+
+typedef unsigned char u8;
+typedef unsigned long int u32;
+
#endif \ No newline at end of file