+ 21.6 Strings library, Null-terminated sequence utilities: <cctype>, <cwctype>,...
[lightlibc++.git] / include / cstdbool
blob0ab56e85e72a4ac25f7249cc3e07e96f38dbb603
1 /*
2 Permission is granted to use, modify, and / or redistribute at will.
4 This includes removing authorship notices, re-use of code parts in
5 other software (with or without giving credit), and / or creating a
6 commercial product based on it.
8 This permission is not revocable by the author.
10 This software is provided as-is. Use it at your own risk. There is
11 no warranty whatsoever, neither expressed nor implied, and by using
12 this software you accept that the author(s) shall not be held liable
13 for any loss of data, loss of service, or other damages, be they
14 incidental or consequential. Your only option other than accepting
15 this is not to use the software at all.
17 #ifndef _LIGHTLIBCPP_CSTDBOOL
18 #define _LIGHTLIBCPP_CSTDBOOL
22 #ifdef _LIGHTLIBCPP_CPP03_STRICT
23   #error The <cstdbool> Header is not available in strict ISO/IEC 14882:2003 mode
24 #endif
28 #include <stdbool.h>         // __bool_true_false_are_defined
32 // NOTE: The __bool_true_false_are_defined macro come from the Standard C
33 //       library headers
37 #endif