1 2 3 4 5 6 7
#include <stdint.h> #include <stdbool.h> struct ReprCBoolU32 { bool val_bool; uint32_t val_u32; };