#ifndef SYSTEM_STD_BOOL_H #define SYSTEM_STD_BOOL_H typedef char bool; #endif