共用體與結構體空間規則

typedef union {     uint16 word;     uint8  byte[2];     struct {         uint16 res0: 1; //0         uint16 res1: 1; //1         uint16 res2: 1; //2         uint16 res3: 1; //3         uint16 res4[4]
相關文章
相關標籤/搜索