#ifdef WIN32
#pragma pack( push, 1 )
#define PKG
#else
#define PKG __attribute__((packed, aligned(1)))
#endif
结构体对齐打包方式
最新推荐文章于 2024-06-19 15:56:08 发布
#ifdef WIN32
#pragma pack( push, 1 )
#define PKG
#else
#define PKG __attribute__((packed, aligned(1)))
#endif