21 |
21 |
22 #include "common.h" |
22 #include "common.h" |
23 #include "misc.h" |
23 #include "misc.h" |
24 |
24 |
25 typedef unsigned int uint; |
25 typedef unsigned int uint; |
26 typedef short unsigned int ushort; |
26 typedef unsigned short ushort; |
27 typedef long unsigned int ulong; |
27 typedef unsigned long ulong; |
28 |
28 |
29 // Typedef out the _t suffices :) |
29 // Typedef out the _t suffices :) |
30 typedef int8_t int8; |
30 typedef int8_t int8; |
31 typedef int16_t int16; |
31 typedef int16_t int16; |
32 typedef int32_t int32; |
32 typedef int32_t int32; |