We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Identifiers beginning with underscores are reserved by the compiler implementation. I would suggest removing them from the structure declarations.
The text was updated successfully, but these errors were encountered:
I would have to agree with this one. While I understand the reasoning, I think it would be pretty okay to typedef the non-underscore structs.
typedef
Sorry, something went wrong.
No branches or pull requests
Identifiers beginning with underscores are reserved by the compiler implementation. I would suggest removing them from the structure declarations.
The text was updated successfully, but these errors were encountered: