PiPower  ac0ff3c (Mon Feb 11 21:44:30 2019 -0500)
/home/travis/build/larsks/pipower/bool.h
Go to the documentation of this file.
1 
7 #ifndef _bool_h
8 #define _bool_h
9 
10 typedef enum bool {false=0, true} bool;
11 
12 #endif // _bool_h