![]() |
Mapper
0.9.0
API documentation
|
#include <stdint.h>
Macros | |
#define | TRUE ((bool)1) |
#define | FALSE ((bool)0) |
Typedefs | |
typedef uint8_t | bool |
typedef uint8_t | u8 |
typedef int8_t | s8 |
typedef uint16_t | u16 |
typedef int16_t | s16 |
typedef uint32_t | u32 |
typedef int32_t | s32 |
typedef uint64_t | u64 |
typedef int64_t | s64 |
typedef u8 | byte |
typedef u16 | wbool |
typedef u16 | word |
typedef u32 | dword |
#define FALSE ((bool)0) |
#define TRUE ((bool)1) |
typedef uint8_t bool |
typedef int16_t s16 |
typedef int32_t s32 |
typedef int64_t s64 |
typedef int8_t s8 |
typedef uint16_t u16 |
typedef uint32_t u32 |
typedef uint64_t u64 |
typedef uint8_t u8 |