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