Files
cppdraft_translate/cppdraft/diff/mods/to/declarations.md
2025-10-25 03:02:53 +03:00

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]

1

#

Header : The following functions have different declarations:

strchr

strpbrk

strrchr

strstr

memchr

Subclause [cstring.syn] describes the changes.

2

#

Header : The following functions have different declarations:

wcschr

wcspbrk

wcsrchr

wcsstr

wmemchr

Subclause [cwchar.syn] describes the changes.

3

#

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.