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 ed046ea commit a09e65bCopy full SHA for a09e65b
source/preprocessor.tex
@@ -922,12 +922,12 @@
922
\end{example}
923
924
\pnum
925
-The \tcode{\#embed} directive is replaced by a comma-delimited list of integer
+The \tcode{\#embed} directive is replaced by a comma-separated list of integer
926
literals of type \tcode{int}, unless otherwise modified by embed
927
parameters\iref{cpp.embed.param}.
928
929
930
-The integer literals in the comma-delimited list correspond to
+The integer literals in the comma-separated list correspond to
931
resource-count consecutive calls to \tcode{std::fgetc} \iref{cstdio.syn}
932
from the resource, as a binary file.
933
If any call to \tcode{std::fgetc} returns \tcode{EOF}, the program is
0 commit comments