PiPower  ac0ff3c (Mon Feb 11 21:44:30 2019 -0500)
Typedefs | Enumerations
/home/travis/build/larsks/pipower/bool.h File Reference

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 }
 

Detailed Description

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.