PIPS
boolean.h File Reference
#include <stdint.h>
+ Include dependency graph for boolean.h:

Go to the source code of this file.

Macros

#define false   0
 we cannot use an enum or stdbool because we need to be compatible with newgen More...
 
#define true   1
 

Typedefs

typedef int bool
 

Macro Definition Documentation

◆ false

#define false   0

we cannot use an enum or stdbool because we need to be compatible with newgen

Definition at line 36 of file boolean.h.

◆ true

#define true   1

Definition at line 37 of file boolean.h.

Typedef Documentation

◆ bool

typedef int bool

Definition at line 34 of file boolean.h.