Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
C requires that a struct or union has at least one member
The compiler found a struct
or union
defined with no members, which isn't allowed in C. For more information, see Structures and Unions.
To resolve this error, create at least one member in your struct
or union
.