摘要: #include <stddef.h> #include <iostream> struct s1{ int a; int b; }; #pragma pack(8) struct s2{ char c; int a; double b; }; struct s3 { char b[10]; dou 阅读全文
posted @ 2024-06-04 09:40 by_mzy 阅读(16) 评论(0) 推荐(0) 编辑