# lfbool Macro representation of truthy values ```c #define LFTRUE 1 #define LFFALSE 0 ```