Annex C (informative)
Compatibility
[diff]
C.5
C standard library
[diff.library]
C.5.3
Modifications to declarations
[diff.mods.to.declarations]
1
#
Header
<cstring>
(
[cstring.syn]
)
: The following functions have different declarations:
(1.1)
strchr
(1.2)
strpbrk
(1.3)
strrchr
(1.4)
strstr
(1.5)
memchr
Subclause
[cstring.syn]
describes the changes
.
2
#
Header
<cwchar>
(
[cwchar.syn]
)
: The following functions have different declarations:
(2.1)
wcschr
(2.2)
wcspbrk
(2.3)
wcsrchr
(2.4)
wcsstr
(2.5)
wmemchr
Subclause
[cwchar.syn]
describes the changes
.
3
#
Header
<cstddef>
(
[cstddef.syn]
)
declares the name
nullptr_t
in addition to the names declared in
<stddef.h>
in the C standard library
.