tmp/tmpt5h3npcs/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
### Header `<stdbool.h>` synopsis <a id="depr.stdbool.h.syn">[[depr.stdbool.h.syn]]</a>
|
| 2 |
+
|
| 3 |
+
``` cpp
|
| 4 |
+
#define __bool_true_false_are_defined 1
|
| 5 |
+
```
|
| 6 |
+
|
| 7 |
+
The contents of the C++ header `<stdbool.h>` are the same as the C
|
| 8 |
+
standard library header `<stdbool.h>`, with the following changes: The
|
| 9 |
+
header `<stdbool.h>` does not define macros named `bool`, `true`, or
|
| 10 |
+
`false`.
|
| 11 |
+
|
| 12 |
+
See also: ISO C 7.18
|
| 13 |
+
|