From Jason Turner

[diff.mods.to.declarations]

Diff to HTML by rtfpessoa

tmp/tmp77r6kb06/{from.md → to.md} RENAMED
@@ -1,28 +1,25 @@
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
 
 
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
  Subclause [[cstring.syn]] describes the changes.
12
 
13
+ Header `<cwchar>`: The following functions have different declarations:
 
14
 
15
  - `wcschr`
16
  - `wcspbrk`
17
  - `wcsrchr`
18
  - `wcsstr`
19
  - `wmemchr`
20
 
21
  Subclause [[cwchar.syn]] describes the changes.
22
 
23
+ Header `<cstddef>` declares the name `nullptr_t` in addition to the
24
+ names declared in `<stddef.h>` in the C standard library.
 
25