diff options
Diffstat (limited to 'include/types.h')
| -rw-r--r-- | include/types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/types.h b/include/types.h index 9c92d57..4bf1da9 100644 --- a/include/types.h +++ b/include/types.h @@ -9,9 +9,11 @@ typedef char s8; typedef uint8_t u8; typedef uint16_t u16; typedef uint32_t u32; +typedef uint64_t i64; typedef int8_t i8; typedef int16_t i16; typedef int32_t i32; +typedef uint64_t i64; #endif /* __TYPES_H__ */ |