diff options
author | Leonard Kugis <leonardkugis@gmail.com> | 2018-01-13 17:17:31 +0100 |
---|---|---|
committer | Leonard Kugis <leonardkugis@gmail.com> | 2018-01-13 17:17:31 +0100 |
commit | 78109333d989fa678c3c864defc4ef9d170f58ce (patch) | |
tree | c31e0f73a272ea023a67e78f904642531e57bc50 /defs.h | |
parent | d4c120217549f928a01ef5a69b3760851e1fda8d (diff) |
Initial commit
Diffstat (limited to 'defs.h')
-rw-r--r-- | defs.h | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -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 |