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