libflint/docs/bool.md

9 lines
93 B
Markdown
Raw Normal View History

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