>>34
no support for compilers that don't provide _Bool
You do know that each compiler vendor ships their own standard library which is tailored to use the facilities available in the compiler, right? So, a compiler that doesn't support _Bool wouldn't come with a stdbool.h that uses _Bool, naturally.
HIBT?