File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 759759\item
760760A
761761\term {character sequence}
762- is an array object~(\ref {dcl.array }) \textit { A } that
762+ is an array object~(\ref {dcl.array }) \tcode { \placeholdernc {A} } that
763763can be declared as
764- \tcode {\textit { T A }[\textit {N }]},
765- where \textit { T } is any of the types
764+ \tcode {\placeholdernc {T \; A}[\placeholder {N}]},
765+ where \tcode { \placeholder {T} } is any of the types
766766\tcode {char},
767767\tcode {unsigned char},
768768or
774774array have defined contents up to and including an element determined by some
775775predicate.
776776A character sequence can be designated by a pointer value
777- \textit { S } that points to its first element.
777+ \tcode { \placeholder {S} } that points to its first element.
778778\end {itemize }
779779
780780\rSec 5[byte.strings]{Byte strings}
You can’t perform that action at this time.
0 commit comments