#pragma pack(push, 1)
struct test
{
      int a;
      char b;      
};
#pragma pack(pop)

 

相关文章: