#ifndef _FAKELIBC_STDBOOL_H #define _FAKELIBC_STDBOOL_H typedef int bool; #define true 1 #define false 0 /* From ifndef at top of file: */ #endif