ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
stdbool.h File Reference

Go to the source code of this file.

Macros

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

Macro Definition Documentation

◆ __bool_true_false_are_defined

#define __bool_true_false_are_defined   1

Definition at line 17 of file stdbool.h.

◆ bool

#define bool   _Bool

Definition at line 22 of file stdbool.h.

◆ false

#define false   0

Definition at line 24 of file stdbool.h.

◆ true

#define true   1

Definition at line 23 of file stdbool.h.