C struct成员:“ int a:2”是什么意思?

时间:2019-05-30 03:48:05

标签: c struct

我使用linux内核。我刚刚读过一个结构和平的代码,其成员的冒号与“ int a:2”相同。我不知道该如何表达他们进行搜索,所以您能解释一下和使用它吗?

// Just an example!
typedef struct strA {
    int a:2;
    int b:4;
};

0 个答案:

没有答案