#ifndef STDBOOL_H_ #define STDBOOL_H_ #define bool _Bool #define true 1 #define false 0 #endif