We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cc947b commit 74e7d02Copy full SHA for 74e7d02
source/strings.tex
@@ -5515,9 +5515,11 @@
5515
\indextext{signal-safe!\idxcode{memcpy}}%
5516
\indextext{signal-safe!\idxcode{memmove}}%
5517
The functions \tcode{memcpy} and \tcode{memmove} are signal-safe\iref{support.signal}.
5518
-Both functions implicitly create objects\iref{intro.object}
+Each of these functions implicitly creates objects\iref{intro.object}
5519
in the destination region of storage
5520
immediately prior to copying the sequence of characters to the destination.
5521
+Each of these functions returns a pointer to a suitable created object, if any,
5522
+otherwise the value of the first parameter.
5523
5524
\pnum
5525
\begin{note}
0 commit comments