Xen Test Framework
Macros | Typedefs
stdbool.h File Reference

Local subset of C's stdbool.h. More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define true   1
 
#define false   0
 

Typedefs

typedef _Bool bool
 

Detailed Description

Local subset of C's stdbool.h.

Definition in file stdbool.h.

Macro Definition Documentation

◆ true

#define true   1

Definition at line 10 of file stdbool.h.

◆ false

#define false   0

Definition at line 11 of file stdbool.h.

Typedef Documentation

◆ bool

typedef _Bool bool

Definition at line 9 of file stdbool.h.