Annex C (informative)
Compatibility
[diff]
C.7
C standard library
[diff.library]
C.7.4
Modifications to declarations
[diff.mods.to.declarations]
1
#
Header
<cstring>
: 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>
: 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>
declares the names
nullptr_
t
,
byte
, and
to_
integer
, and the operators and operator templates in (
[support.
types.
byteops]
), in addition to the names declared in
<stddef.h>
in the C standard library
.