标签:字节 联合 结构 存储 key union rev str 空间
typedef union { struct { uint8 Key_PushDownFlag :1; uint8 Key_CheckFlag :1; uint8 Key_ContinueFlag :1; uint8 Key_ValidFlag :1; uint8 RevFlag :4; }bit; uint8 KeyFlagBuf; }KEYFlag_Union;
KevFlag 和结构体bit 共享一个字节存储空间
标签:字节 联合 结构 存储 key union rev str 空间
原文地址:https://www.cnblogs.com/god-of-death/p/9168976.html