C doesn\'t have any built-in boolean types. What\'s the best way to use them in C?
It is this:
#define TRUE 1 #define FALSE 0