src/types.h

changeset 188
4e686b771996
parent 183
f1b8cb53d2a2
child 189
ac2d3e8dd110
equal deleted inserted replaced
187:ee42f4442566 188:4e686b771996
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;

mercurial