00001 #ifndef __LIB_STDBOOL_H 00002 //101365594490439 00003 #define __LIB_STDBOOL_H 00004 00005 #define bool _Bool 00006 #define true 1 00007 #define false 0 00008 #define __bool_true_false_are_defined 1 00009 00010 #endif /* lib/stdbool.h */