In C99, the only types guaranteed to be supported for bit fields are _Bool, signed int, or unsigned int. Other types may be supported as implementation-defined.


How do you know the structure...