8 bits
16 bits or more
32 bits or more
Borland C/C++ and some old MSC versions ignore FAR inside typedef
char typedef to charf
int typedef to intf
uInt typedef to uIntf
uLong typedef to uLongf
typedef void const* to voidpc
typedef void FAR* to voidpf
typedef void* to voidp