Replies: 1 comment
|
Ah yes. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Full warning:
So code like this is invalid and not recommended?
func myfunc(void) intA lot of C code is written this style, e.g:
int main(void). After I removedvoidthe warning disappeared.All reactions