1.8 KiB
1.8 KiB
[diff.mods.to.declarations]
Annex C (informative) Compatibility [diff]
C.8 C standard library [diff.library]
C.8.4 Modifications to declarations [diff.mods.to.declarations]
Header : The following functions have different declarations:
strchr
strpbrk
strrchr
strstr
memchr
Subclause [cstring.syn] describes the changes.
Header : The following functions have different declarations:
wcschr
wcspbrk
wcsrchr
wcsstr
wmemchr
Subclause [cwchar.syn] describes the changes.
Header 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.