diff options
Diffstat (limited to 'src/int.h')
-rw-r--r-- | src/int.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/int.h b/src/int.h deleted file mode 100644 index 87e6bd4..0000000 --- a/src/int.h +++ /dev/null @@ -1,8 +0,0 @@ -typedef signed char i8; -typedef unsigned char u8; -typedef signed short i16; -typedef unsigned short u16; -typedef signed long i32; -typedef unsigned long u32; -typedef signed long long i64; -typedef unsigned long long u64; |