Loading...
Searching...
No Matches
Go to the documentation of this file.
23typedef unsigned char u8;
24typedef unsigned short u16;
25typedef unsigned int u32;
27typedef unsigned long long u64;
29typedef unsigned long u64;
32typedef signed char s8;
33typedef signed short s16;
34typedef signed int s32;
36typedef signed long long s64;
38typedef signed long s64;
s32 intptr
Definition types.h:42
signed int s32
Definition types.h:34
unsigned int u32
Definition types.h:25
signed char s8
Definition types.h:32
signed long long s64
Definition types.h:36
signed short s16
Definition types.h:33
int boolean
Definition types.h:49
long ssize_t
Definition types.h:54
unsigned short u16
Definition types.h:24
u32 uintptr
Definition types.h:43
unsigned long long u64
Definition types.h:27
unsigned char u8
Definition types.h:23
int64_t s64
Definition kernel.h:27
uint64_t u64
Definition kernel.h:23
int32_t s32
Definition kernel.h:26
uint32_t u32
Definition kernel.h:22