libflint/docs/bool.md

9 lines
91 B
Markdown

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