8 lines
100 B
C

#ifdef __GNUC__
__attribute__( (packed) );
#endif
#ifdef __RENESAS__
;
#pragma unpack
#endif