Numworks Epsilon  1.4.1
Graphing Calculator Operating System
stdbool.h File Reference

Go to the source code of this file.

Macros

#define true   1
 
#define false   0
 

Typedefs

typedef char bool
 

Macro Definition Documentation

◆ false

#define false   0

Definition at line 9 of file stdbool.h.

◆ true

#define true   1

Definition at line 8 of file stdbool.h.

Typedef Documentation

◆ bool

typedef char bool

Definition at line 6 of file stdbool.h.