To use the predefined type _Bool
and the header <stdbool.h>
, you must be using the C99/C11 versions of C.
To avoid compiler warnings and possibly errors, you should only use the typedef
/define
example if you're using C89 and previous versions of the language.