Created
July 9, 2015 02:01
-
-
Save ph1ee/a3fa4ba01a6557760f2a to your computer and use it in GitHub Desktop.
Use boolean values in C
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // -std=c99 | |
| #ifndef __cplusplus | |
| #include <stdbool.h> | |
| #endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment