You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bools have been implemented in C with the stdbool.h header since C99, one should use that instead of defining a separate boolean variable by themselves
The text was updated successfully, but these errors were encountered:
Why hasn't this been updated yet? It's been nearly a year since its mention. That's nearly a year that beginners may have been misled by information that's quite literally 23 years out of date.
Also, it should be noted that -- per the C standard -- functions that take no arguments should have a void in its parameter list.
Bools have been implemented in C with the stdbool.h header since C99, one should use that instead of defining a separate boolean variable by themselves
The text was updated successfully, but these errors were encountered: