8 lines
111 B
C
8 lines
111 B
C
|
#ifndef LIBFLINT_BOOL_H
|
||
|
#define LIBFLINT_BOOL_H
|
||
|
|
||
|
#define LFTRUE 1
|
||
|
#define LFFALSE 0
|
||
|
|
||
|
#endif // LIBFLINT_BOOL_H
|