|
PiPower
ac0ff3c (Mon Feb 11 21:44:30 2019 -0500)
|
a simple replacement for stdbool.h. More...
Go to the source code of this file.
Typedefs | |
| typedef enum bool | bool |
Enumerations | |
| enum | bool { false =0, true } |
a simple replacement for stdbool.h.
simavr and/or simulavr + gdb does not like the data types described in stdbool.h, so we use this instead.
1.8.11