#include <assert.h>
Namespaces | |
namespace | std |
namespace | xpl |
Defines | |
#define | NULL 0 |
Typedefs | |
typedef unsigned char | uint8 |
typedef unsigned short | uint16 |
typedef unsigned int | uint32 |
typedef unsigned __int64 | uint64 |
typedef char | int8 |
typedef short | int16 |
typedef int | int32 |
typedef __int64 | int64 |
typedef float | float32 |
typedef double | float64 |