Mapper  0.9.0
API documentation
Macros | Typedefs
types.h File Reference

(f662771 on 7 Mar 2013)

#include <stdint.h>
Include dependency graph for types.h:
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ FALSE

#define FALSE   ((bool)0)

◆ TRUE

#define TRUE   ((bool)1)

Typedef Documentation

◆ bool

typedef uint8_t bool

◆ byte

typedef u8 byte

◆ dword

typedef u32 dword

◆ s16

typedef int16_t s16

◆ s32

typedef int32_t s32

◆ s64

typedef int64_t s64

◆ s8

typedef int8_t s8

◆ u16

typedef uint16_t u16

◆ u32

typedef uint32_t u32

◆ u64

typedef uint64_t u64

◆ u8

typedef uint8_t u8

◆ wbool

typedef u16 wbool

◆ word

typedef u16 word