Is it safe to use an enum in a bit field?

后端 未结 0 691
北恋
北恋 2021-02-11 17:49

Say, I\'ve got the following struct:

typedef struct my_struct{
    unsigned long       a;
    unsigned long       b;
    char*               c;
    unsigned int          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题