From Jason Turner

[diff.mods.to.declarations]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpazvk8tjo/{from.md → to.md} +18 -2
tmp/tmpazvk8tjo/{from.md → to.md} RENAMED
@@ -1,12 +1,28 @@
1
  ### Modifications to declarations <a id="diff.mods.to.declarations">[[diff.mods.to.declarations]]</a>
2
 
3
- Header `<cstring>`: The following functions have different declarations:
 
4
 
5
  - `strchr`
6
  - `strpbrk`
7
  - `strrchr`
8
  - `strstr`
9
  - `memchr`
10
 
11
- [[c.strings]] describes the changes.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
 
 
1
  ### Modifications to declarations <a id="diff.mods.to.declarations">[[diff.mods.to.declarations]]</a>
2
 
3
+ Header `<cstring>` ([[cstring.syn]]): The following functions have
4
+ different declarations:
5
 
6
  - `strchr`
7
  - `strpbrk`
8
  - `strrchr`
9
  - `strstr`
10
  - `memchr`
11
 
12
+ Subclause [[cstring.syn]] describes the changes.
13
+
14
+ Header `<cwchar>` ([[cwchar.syn]]): The following functions have
15
+ different declarations:
16
+
17
+ - `wcschr`
18
+ - `wcspbrk`
19
+ - `wcsrchr`
20
+ - `wcsstr`
21
+ - `wmemchr`
22
+
23
+ Subclause [[cwchar.syn]] describes the changes.
24
+
25
+ Header `<cstddef>` ([[cstddef.syn]]) declares the name `nullptr_t` in
26
+ addition to the names declared in `<stddef.h>` in the C standard
27
+ library.
28