WUT
0.1
Wii U Toolchain
|
#include <stdint.h>
#include <stdbool.h>
Go to the source code of this file.
Macros | |
#define | TRUE 1 |
#define | FALSE 0 |
Typedefs | |
typedef int | BOOL |
typedef uint8_t | u8 |
typedef uint16_t | u16 |
typedef uint32_t | u32 |
typedef uint64_t | u64 |
typedef int8_t | s8 |
typedef int16_t | s16 |
typedef int32_t | s32 |
typedef int64_t | s64 |
typedef volatile u8 | vu8 |
typedef volatile u16 | vu16 |
typedef volatile u32 | vu32 |
typedef volatile u64 | vu64 |
typedef volatile s8 | vs8 |
typedef volatile s16 | vs16 |
typedef volatile s32 | vs32 |
typedef volatile s64 | vs64 |
typedef s16 | sfp16 |
typedef s32 | sfp32 |
typedef u16 | ufp16 |
typedef u32 | ufp32 |
typedef float | f32 |
typedef double | f64 |
typedef volatile float | vf32 |
typedef volatile double | vf64 |
#define TRUE 1 |
Definition at line 8 of file wut_types.h.
#define FALSE 0 |
Definition at line 12 of file wut_types.h.
typedef int BOOL |
Definition at line 5 of file wut_types.h.
typedef uint8_t u8 |
Definition at line 15 of file wut_types.h.
typedef uint16_t u16 |
Definition at line 16 of file wut_types.h.
typedef uint32_t u32 |
Definition at line 17 of file wut_types.h.
typedef uint64_t u64 |
Definition at line 18 of file wut_types.h.
typedef int8_t s8 |
Definition at line 20 of file wut_types.h.
typedef int16_t s16 |
Definition at line 21 of file wut_types.h.
typedef int32_t s32 |
Definition at line 22 of file wut_types.h.
typedef int64_t s64 |
Definition at line 23 of file wut_types.h.
Definition at line 25 of file wut_types.h.
Definition at line 26 of file wut_types.h.
Definition at line 27 of file wut_types.h.
Definition at line 28 of file wut_types.h.
Definition at line 30 of file wut_types.h.
Definition at line 31 of file wut_types.h.
Definition at line 32 of file wut_types.h.
Definition at line 33 of file wut_types.h.
Definition at line 35 of file wut_types.h.
Definition at line 36 of file wut_types.h.
Definition at line 37 of file wut_types.h.
Definition at line 38 of file wut_types.h.
typedef float f32 |
Definition at line 40 of file wut_types.h.
typedef double f64 |
Definition at line 41 of file wut_types.h.
typedef volatile float vf32 |
Definition at line 43 of file wut_types.h.
typedef volatile double vf64 |
Definition at line 44 of file wut_types.h.