Open Broadcaster Software
Free, open source software for live streaming and recording
vc_stdbool.h File Reference

Go to the source code of this file.

Macros

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

Typedefs

typedef int8_t _Bool
 

Macro Definition Documentation

§ __bool_true_false_are_defined

#define __bool_true_false_are_defined   1

§ bool

#define bool   _Bool

§ false

#define false   0

§ true

#define true   1

Typedef Documentation

§ _Bool

typedef int8_t _Bool