#include <stdio.h>#include <stdlib.h>#include <string.h>Go to the source code of this file.
Defines | |
| #define | ENTER(a) |
| #define | DBG(a) |
| #define | OSTYPE(a, b, c, d) ((a)*0x1000000 + (b)*0x10000 + (c)*0x100 + (d) ) |
Typedefs | |
| typedef unsigned char | uchar |
| typedef unsigned long | ulong |
| typedef unsigned int | uint |
| typedef unsigned short | ushort |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|