# 改变结构体成员的字节对齐 ## 例子 #include typedef struct { char a; int b; } ST_A;