文档状态:编辑中....
暂无评论
EX: struct bs { unsigned a:4; unsigned :0; unsigned b:4; unsigned c:4; }
EX: struct k { int a:1; int :2; int b:3; int c:2; };