5 lines
116 B
C
5 lines
116 B
C
|
|
typedef unsigned char byte;
|
|
typedef unsigned short ushort;
|
|
typedef unsigned int uint;
|
|
typedef unsigned long ulong;
|