C doesn\'t have any built-in boolean types. What\'s the best way to use them in C?
typedef enum { false = 0, true } t_bool;