diff options
Diffstat (limited to 'include/u.h')
| -rw-r--r-- | include/u.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/u.h b/include/u.h index 9b7bccb1a2..1b196286eb 100644 --- a/include/u.h +++ b/include/u.h @@ -173,6 +173,16 @@ typedef intptr_t intptr; typedef uint32_t u32int; typedef int32_t s32int; +typedef s8int int8; +typedef u8int uint8; +typedef s16int int16; +typedef u16int uint16; +typedef s32int int32; +typedef u32int uint32; +typedef s64int int64; +typedef u64int uint64; + + #undef _NEEDUCHAR #undef _NEEDUSHORT #undef _NEEDUINT |
