boolean literal in C

At the C99 level, C defines true and false as macros in the header file stdbool.h. There are only two Boolean literals: true and false.