8 #define BITS_IN_SHORT 16
10 #define BITS_IN_LONG 32
11 #define BITS_IN_LONGLONG 64
13 #define MAX_INT_ALIGNMENT 4
16 * Floating point data types
18 #define BITS_IN_FLOAT 32
19 #define BITS_IN_DOUBLE 64
20 #define BITS_IN_LONGDOUBLE 80
22 #define MAX_FP_ALIGNMENT 8
27 #define BITS_IN_POINTER 32
28 #define POINTER_ALIGNMENT 4
33 #define BITS_IN_ENUM 32
34 #define ENUM_ALIGNMENT 4