The <stdbool.h> header defines Boolean data type.
The <stdbool.h> header shall define the following macros:
Related topics:
<setjmp.h> | <signal.h> | <stdalign.h> | <stdarg.h> | <stdatomic.h> | Standard Library in C
List of topics: C Programming
The <stdbool.h> header shall define the following macros:
bool | _Bool |
true | integer constant 1 |
false | integer constant 0 |
__bool_true_false_are_defined | integer constant 1.Specifies whether bool, true and false are defined |
Related topics:
<setjmp.h> | <signal.h> | <stdalign.h> | <stdarg.h> | <stdatomic.h> | Standard Library in C
List of topics: C Programming
No comments:
Post a Comment