#ifndef STDBOOL_H #define STDBOOL_H #define bool bool #define true true #define false false #endif