CS350 COS
COS
Loading...
Searching...
No Matches
stdbool.h File Reference

Go to the source code of this file.

Macros

#define false   0
 
#define true   1
 
#define bool   _Bool
 

Macro Definition Documentation

◆ bool

#define bool   _Bool

Definition at line 7 of file stdbool.h.

◆ false

#define false   0

Definition at line 5 of file stdbool.h.

◆ true

#define true   1

Definition at line 6 of file stdbool.h.