#define FLAGTYPEBITS(t) (sizeof(t)*CHAR_BIT)
sack_types.h
the number of bits a specific type is.
int bit_size_int = FLAGTYPEBITS( int );
Macros