tmp/tmprydyelvg/{from.md → to.md}
RENAMED
|
@@ -1,9 +1,7 @@
|
|
| 1 |
#### Macro `NULL` <a id="diff.null">[[diff.null]]</a>
|
| 2 |
|
| 3 |
-
The macro `NULL`, defined in any of `<clocale>`
|
| 4 |
-
`<
|
| 5 |
-
`<cstdlib>` ([[cstdlib.syn]]), `<cstring>` ([[cstring.syn]]),
|
| 6 |
-
`<ctime>` ([[ctime.syn]]), or `<cwchar>` ([[cwchar.syn]]), is an
|
| 7 |
*implementation-defined* C++ null pointer constant in this International
|
| 8 |
-
Standard
|
| 9 |
|
|
|
|
| 1 |
#### Macro `NULL` <a id="diff.null">[[diff.null]]</a>
|
| 2 |
|
| 3 |
+
The macro `NULL`, defined in any of `<clocale>`, `<cstddef>`,
|
| 4 |
+
`<cstdio>`, `<cstdlib>`, `<cstring>`, `<ctime>`, or `<cwchar>`, is an
|
|
|
|
|
|
|
| 5 |
*implementation-defined* C++ null pointer constant in this International
|
| 6 |
+
Standard [[support.types]].
|
| 7 |
|