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
In http://coranac.com/tonc/text/interrupts.htm we have:
This is just a typeless function (void func(void)); a C-function like many others.
In ISO/IEC 9899:2017 § 6.2.5 we have:
19 The void type comprises an empty set of values; it is an incomplete object type that cannot be completed
The text was updated successfully, but these errors were encountered:
Would "a function not returning a value" be adequate here?
Sorry, something went wrong.
Yeah, sure. Constructors and destructors also do not return a value, so we should keep the signature in the sentence.
Also, thanks guys. I really appreciate all the support.
No branches or pull requests
In http://coranac.com/tonc/text/interrupts.htm we have:
In ISO/IEC 9899:2017 § 6.2.5 we have:
The text was updated successfully, but these errors were encountered: