stdbool.h not in C lib reference.

Hi there,

I was wondering why in cplusplus.com in the library reference for the C library ( http://cplusplus.com/reference/clibrary/ ), the stdbool.h header is not listed.

I assume it is because it is a C++ reference of the C headers used in C++, and not the actual C headers.

Where can I get an actual C library reference?
It's because C++ adheres to C89, and stdbool.h was added in C99.
Thanks.
Topic archived. No new replies allowed.