Skip to content
  • typedef struct {
      Tag tag;
      union {
        struct {
          ...
        } a;
        struct {
          ...
        } b;
      };
    } Foo;
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment