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