Sign in
chromium
/
external
/
github.com
/
kripken
/
emscripten
/
1.3.8
/
.
/
system
/
include
/
stdbool.h
blob: 561eed3f2db8824abf698b9d7f3d85f6d4a8092a [
file
]
#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