add lfbool

This commit is contained in:
Evan Burkey 2022-03-08 08:10:24 -08:00
parent acf0164f4f
commit 7c37a7bd28
1 changed files with 7 additions and 0 deletions

7
include/lfbool.h Normal file
View File

@ -0,0 +1,7 @@
#ifndef LIBFLINT_BOOL_H
#define LIBFLINT_BOOL_H
#define LFTRUE 1
#define LFFALSE 0
#endif // LIBFLINT_BOOL_H