Sign in
qemu
/
ipxe
/
fd2b1e99514ea27b5a2f79e7c6c03c618b4f91c7
/
.
/
src
/
include
/
stdbool.h
blob: 6afd038db4cd41b880d10409403421b17c2fd323 [
file
]
#ifndef
_STDBOOL_H
#define
_STDBOOL_H
FILE_LICENCE
(
GPL2_OR_LATER_OR_UBDL
);
FILE_SECBOOT
(
PERMITTED
);
#define
bool
_Bool
#define
true
1
#define
false
0
#endif
/* _STDBOOL_H */