This website requires JavaScript.
Explore
Help
Register
Sign In
eburk
/
libflint
Watch
1
Star
0
Fork
You've already forked libflint
0
Code
Issues
Pull Requests
Actions
Activity
c52712471f
libflint
/
docs
/
bool.md
9 lines
91 B
Markdown
Raw
Normal View
History
Unescape
Escape
Math docs, add spacing to binstr_to_int
2023-07-12 18:45:30 +00:00
# bool
start documentation
2022-03-31 00:02:36 +00:00
Macro representation of truthy values
```c
#define LFTRUE 1
#define LFFALSE 0
```