aboutsummaryrefslogtreecommitdiffstats
path: root/include/stdbool.h (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-13guard 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ée1-2/+1
2015-10-13stdbool.h requires c99Mattias Andrée1-0/+3
2015-08-31add _LIBRARY_HEADERMattias Andrée1-0/+1
2015-08-29add stdbool.hMattias Andrée1-0/+57