|
发表于 2024-3-4 06:32:38
|
显示全部楼层
5# G-Spider
size 为 7, :- #include <stdio.h>typedef struct{ char c; int d; short t;}__attribute__((__packed__)) STR;int main(){ STR a={.c='2',.t=123}; printf("size=%d\n%d\t%d\t%hd\n",sizeof a,a.c,a.d,a.t); return 0;}
复制代码 |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
|