true               64 lib/stdbool_.h # undef true
true              103 lib/stdbool_.h enum { false = 0, true = 1 };
true              107 lib/stdbool_.h typedef enum { _Bool_must_promote_to_int = -1, false = 0, true = 1 } _Bool;
true              115 lib/stdbool_.h #define true 1
inserted by FC2 system