File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -271,9 +271,9 @@ The sequence of items is converted to a sequence of bytes as follows:
271
271
272
272
* If the token is a [ RAW_C_STRING_LITERAL] , the represented bytes are the UTF-8 encoding of the literal content.
273
273
274
- > ** Note** : the permitted forms of [ C_STRING_LITERAL] and [ RAW_C_STRING_LITERAL] tokens ensure that the represented bytes never include a zero byte.
274
+ > ** Note** : the permitted forms of [ C_STRING_LITERAL] and [ RAW_C_STRING_LITERAL] tokens ensure that the represented bytes never include a null byte.
275
275
276
- The expression's value is a reference to a statically allocated [ Cstr ] whose array of bytes contains the represented bytes followed by a zero byte.
276
+ The expression's value is a reference to a statically allocated [ CStr ] whose array of bytes contains the represented bytes followed by a null byte.
277
277
278
278
Examples of C string literal expressions:
279
279
You can’t perform that action at this time.
0 commit comments