Sign in
opensecura
/
build
/
fc4c7d0241d93652f0cb256a250420ed3285d6a7
/
.
/
patches
/
cheriot-llvm
/
riscv32-unknown-elf
/
include
/
stdbool.h
blob: c4013ec500fcdccb80f8ac6bb85b1b8343ba463d [
file
] [
log
] [
blame
]
// Copyright Microsoft and CHERIoT Contributors.
// SPDX-License-Identifier: MIT
#ifndef
_STDBOOL_H_
#define
_STDBOOL_H_
#ifndef
__cplusplus
typedef
_Bool
bool
;
# define true 1
# define false 0
#endif
// __cplusplus
#endif
// _STDBOOL_H_