c语言:自定义类型(枚举、联合体)

位段的声明和结构是类似的,有两个不同:1.位段的成员必须是int、unsignedint或signedint。2.位段的成员名后边有一个冒号和一个数字。int_b:5;int_c:10;int_d:...