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 60e8aa7 commit a77c52dCopy full SHA for a77c52d
source/strings.tex
@@ -5514,9 +5514,11 @@
5514
\indextext{signal-safe!\idxcode{memcpy}}%
5515
\indextext{signal-safe!\idxcode{memmove}}%
5516
The functions \tcode{memcpy} and \tcode{memmove} are signal-safe\iref{support.signal}.
5517
-Both functions implicitly create objects\iref{intro.object}
+Each of these functions implicitly creates objects\iref{intro.object}
5518
in the destination region of storage
5519
immediately prior to copying the sequence of characters to the destination.
5520
+Each of these functions returns a pointer to a suitable created object, if any,
5521
+otherwise the value of the first parameter.
5522
5523
\pnum
5524
\begin{note}
0 commit comments