1 2 3 4 5 6 7 8
/* #include "lib/int/stdint.h" #define false 0 #define true !false #define bool uint8_t */