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