#include <stdlib.h>Defines | |
| #define | __pack__ |
| #define | min(a, b) ((a) < (b) ? (a) : (b)) |
| #define | max(a, b) ((a) > (b) ? (a) : (b)) |
| #define | MIN min |
| #define | MAX max |
Typedefs | |
| typedef signed char | byte |
| typedef unsigned char | ubyte |
| typedef unsigned short | ushort |
| typedef unsigned int | uint |
| typedef unsigned long | ulong |
| typedef unsigned long long int | u_int64_t |
| typedef long long int | int64_t |
| typedef unsigned int | u_int32_t |
| typedef int | int32_t |
| typedef unsigned short | u_int16_t |
| typedef short | int16_t |
| typedef ubyte | bool |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6