4 lines
110 B
C
4 lines
110 B
C
typedef unsigned int uint;
|
|
typedef unsigned short ushort;
|
|
typedef unsigned char uchar;
|
|
typedef uint pde_t;
|