aboutsummaryrefslogtreecommitdiffstats
path: root/include/stdbool.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* guard stdbool.h with __bool_true_false_are_defined rather than _STDBOOL_H to let the macros to be undefined, and then redefined by including stdboo...Mattias Andrée2015-10-131-2/+1
* stdbool.h requires c99Mattias Andrée2015-10-131-0/+3
* add _LIBRARY_HEADERMattias Andrée2015-08-311-0/+1
* add stdbool.hMattias Andrée2015-08-291-0/+57