libflint/docs/bool.md

9 lines
91 B
Markdown
Raw Permalink Normal View History

# bool
2022-03-31 00:02:36 +00:00
Macro representation of truthy values
```c
#define LFTRUE 1
#define LFFALSE 0
```