XenevaOS
Loading...
Searching...
No Matches
Macros | Typedefs
types.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define FALSE   0
 
#define TRUE   1
 

Typedefs

typedef unsigned char u8
 
typedef unsigned short u16
 
typedef unsigned int u32
 
typedef unsigned long long u64
 
typedef signed char s8
 
typedef signed short s16
 
typedef signed int s32
 
typedef signed long long s64
 
typedef s32 intptr
 
typedef u32 uintptr
 
typedef int boolean
 
typedef long ssize_t
 

Macro Definition Documentation

◆ FALSE

#define FALSE   0

◆ TRUE

#define TRUE   1

Typedef Documentation

◆ boolean

typedef int boolean

◆ intptr

typedef s32 intptr

◆ s16

typedef signed short s16

◆ s32

typedef signed int s32

◆ s64

typedef signed long long s64

◆ s8

typedef signed char s8

◆ ssize_t

typedef long ssize_t

◆ u16

typedef unsigned short u16

◆ u32

typedef unsigned int u32

◆ u64

typedef unsigned long long u64

◆ u8

typedef unsigned char u8

◆ uintptr

typedef u32 uintptr