1 2 3 4 5 6 7 8
#pragma pack(push, 2) struct Packed { char a; short b; char c; int d; }; #pragma pack(pop)