- cross-posted to:
- [email protected]
- cross-posted to:
- [email protected]
You must log in or # to comment.
typedef struct { bool a: 1; bool b: 1; bool c: 1; bool d: 1; bool e: 1; bool f: 1; bool g: 1; bool h: 1; } __attribute__((__packed__)) not_if_you_have_enough_booleans_t;
Depending on the language