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 759
759
\item
760
760
A
761
761
\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
763
763
can 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
766
766
\tcode {char},
767
767
\tcode {unsigned char},
768
768
or
774
774
array have defined contents up to and including an element determined by some
775
775
predicate.
776
776
A 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.
778
778
\end {itemize }
779
779
780
780
\rSec 5[byte.strings]{Byte strings}
You can’t perform that action at this time.
0 commit comments