Sign in
chromium
/
external
/
github.com
/
kripken
/
emscripten
/
refs/heads/gl_relocation
/
.
/
system
/
include
/
stdbool.h
blob: 561eed3f2db8824abf698b9d7f3d85f6d4a8092a [
file
] [
log
] [
blame
] [
edit
]
#ifndef
__stdbool_h__
#define
__stdbool_h__
#define
__bool_true_false_are_defined
1
#ifndef
__cplusplus
#define
bool
_Bool
#define
true
1
#define
false
0
#endif
#endif