Pol
Revision:cb584c9
|
Go to the source code of this file.
Macros | |
#define | __PACKED__ |
#define | OUT64 "ll" |
#define | POSTSTRUCT_PACK |
Typedefs | |
typedef signed short | s16 |
typedef signed int | s32 |
typedef signed long long | s64 |
typedef signed char | s8 |
typedef unsigned short | u16 |
typedef unsigned int | u32 |
typedef unsigned long long | u64 |
typedef unsigned char | u8 |
Definition in file rawtypes.h.
#define __PACKED__ |
Definition at line 15 of file rawtypes.h.
#define OUT64 "ll" |
Definition at line 40 of file rawtypes.h.
#define POSTSTRUCT_PACK |
Definition at line 21 of file rawtypes.h.
typedef signed short s16 |
Definition at line 30 of file rawtypes.h.
typedef signed int s32 |
Definition at line 31 of file rawtypes.h.
typedef signed long long s64 |
Definition at line 39 of file rawtypes.h.
typedef signed char s8 |
Definition at line 29 of file rawtypes.h.
typedef unsigned short u16 |
Definition at line 26 of file rawtypes.h.
typedef unsigned int u32 |
Definition at line 27 of file rawtypes.h.
typedef unsigned long long u64 |
Definition at line 38 of file rawtypes.h.
typedef unsigned char u8 |
Definition at line 25 of file rawtypes.h.