aboutsummaryrefslogtreecommitdiffstats
path: root/include/stdbool.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* bump yearMattias Andrée2016-01-011-1/+1
* tell in doc in which version things were introducedMattias Andrée2015-11-251-0/+8
* more etymologyMattias Andrée2015-11-201-0/+2
* 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