We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
i am using keil3.34 gnu complier. below code is related real view complier
typedef __packed union { WORD W; __packed struct { BYTE L; BYTE H; } WB; } WORD_BYTE;
now how __packed keyword using in gnu compiler in this code ?
The GCC Documentation is available online here:
http://gcc.gnu.org/onlinedocs/