Is this a valid assignment?
#define thing _U_(0x8)
Is there any assumption on "U" or not? Should it be a union for example?
Also what is the meaning of (0x8)?
Thanks!
Is this a valid assignment?
#define thing _U_(0x8)
Is there any assumption on "U" or not? Should it be a union for example?
Also what is the meaning of (0x8)?
Thanks!