libflint/docs/lfbool.md

9 lines
93 B
Markdown

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