j
k
j a
j l
Vijay Kiran Kamuju infyquest@gmail.com writes:
+typedef struct +{ union { struct { UCHAR Index7Bits : 7; UCHAR AssociatedFlag : 1; }; UCHAR bPicEntry; };
+typedef struct +{
struct
{
UCHAR Index7Bits : 7;
UCHAR AssociatedFlag : 1;
};
UCHAR bPicEntry;
Please add the appropriate macros for nameless unions/structs.
Back to the thread
Back to the list