Edinburgh Speech Tools  2.1-release
EST_bool.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define bool   int
 
#define TRUE   (1==1)
 
#define FALSE   (1==0)
 

Macro Definition Documentation

#define bool   int

Definition at line 117 of file EST_bool.h.

#define TRUE   (1==1)

Definition at line 118 of file EST_bool.h.

#define FALSE   (1==0)

Definition at line 119 of file EST_bool.h.