|
782 | 782 | \indextext{string!null-terminated byte}% |
783 | 783 | \indextext{NTBS}% |
784 | 784 | \term{null-terminated byte string}, |
785 | | -or \ntbs, |
| 785 | +or \ntbs{}, |
786 | 786 | is a character sequence whose highest-addressed element |
787 | 787 | with defined content has the value zero |
788 | 788 | (the |
|
800 | 800 |
|
801 | 801 | \pnum |
802 | 802 | The |
803 | | -\term{length} of an \ntbs |
| 803 | +\term{length} of an \ntbs{} |
804 | 804 | is the number of elements that |
805 | 805 | precede the terminating null character. |
806 | 806 | \indextext{NTBS}% |
807 | 807 | An |
808 | | -\term{empty} \ntbs |
| 808 | +\term{empty} \ntbs{} |
809 | 809 | has a length of zero. |
810 | 810 |
|
811 | 811 | \pnum |
812 | 812 | The |
813 | | -\term{value} of an \ntbs |
| 813 | +\term{value} of an \ntbs{} |
814 | 814 | is the sequence of values of the |
815 | 815 | elements up to and including the terminating null character. |
816 | 816 | \indextext{NTBS}% |
|
819 | 819 | A |
820 | 820 | \indextext{NTBS}% |
821 | 821 | \indextext{NTBS!static}% |
822 | | -\term{static} \ntbs |
823 | | -is an \ntbs with |
| 822 | +\term{static} \ntbs{} |
| 823 | +is an \ntbs{} with |
824 | 824 | static storage duration.\footnote{A string literal, such as |
825 | 825 | \tcode{"abc"}, |
826 | | -is a static \ntbs.} |
| 826 | +is a static \ntbs{}.} |
827 | 827 |
|
828 | 828 | \rSec5[multibyte.strings]{Multibyte strings} |
829 | 829 |
|
830 | 830 | \pnum |
831 | 831 | \indextext{NTBS}% |
832 | 832 | \indextext{NTMBS}% |
833 | 833 | A \defnx{null-terminated multibyte string}{string!null-terminated multibyte}, |
834 | | -or \ntmbs, is an \ntbs that constitutes a |
| 834 | +or \ntmbs{}, |
| 835 | +is an \ntbs{} that constitutes a |
835 | 836 | sequence of valid multibyte characters, beginning and ending in the initial |
836 | | -shift state.\footnote{An \ntbs that contains characters only from the |
837 | | -basic execution character set is also an \ntmbs. |
| 837 | +shift state.\footnote{An \ntbs{} that contains characters only from the |
| 838 | +basic execution character set is also an \ntmbs{}. |
838 | 839 | Each multibyte character then |
839 | 840 | consists of a single byte.} |
840 | 841 |
|
841 | 842 | \pnum |
842 | 843 | A |
843 | | -\term{static} \ntmbs |
844 | | -is an \ntmbs with static storage duration. |
| 844 | +\term{static} \ntmbs{} |
| 845 | +is an \ntmbs{} with static storage duration. |
845 | 846 | \indextext{NTMBS!static}% |
846 | 847 | \indextext{NTMBS}% |
847 | 848 |
|
|
0 commit comments