aboutsummaryrefslogtreecommitdiffstats
path: root/include/stdbool.h (unfollow)
Commit message (Collapse)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 ↵Mattias Andrée1-2/+1
stdbool.h again Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-13stdbool.h requires c99Mattias Andrée1-0/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-31add _LIBRARY_HEADERMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-29add stdbool.hMattias Andrée1-0/+57
Signed-off-by: Mattias Andrée <maandree@operamail.com>