Is there a way to determine current packing option is 8 or 16? I mean some code like:
struct CHK { uint8_t first; uintmax_t large; }; u = offsetof( CHK, large );
or some predefined macro like __LINE__?
Thanks!
Is there a way to determine current packing option is 8 or 16? I mean some code like:
struct CHK { uint8_t first; uintmax_t large; }; u = offsetof( CHK, large );
or some predefined macro like __LINE__?
Thanks!