Alingnment in nested struct/union

前端 未结 0 474
予麋鹿
予麋鹿 2021-02-07 21:33

I have the structure below compiled by VC 2005:

   typedef struct
   {
      unsigned int a        :8;  
      unsigned int b        :8;
      unsigned int c              


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题