4 lines
140 B
C
4 lines
140 B
C
/* File to include before defining structures to be packed. */
|
|
|
|
#pragma pack(1) /* x86, MS compiler; MIPS, MIPS compiler */
|