大小: 709
备注:
|
← 于2008-02-23 15:35:57修订的的版本3 ⇥
大小: 709
备注: converted to 1.6 markup
|
未发现区别! |
A.12.1 Trigraph Sequences
The character set of C source programs is contained within seven-bit ASCII, but is a superset of the ISO 646-1983 Invariant Code Set. In order to enable programs to be represented in the reduced set, all occurrences of the following trigraph sequences are replaced by the corresponding single character. This replacement occurs before any other processing.
??= # ??( [ ??< { ??/ \ ??) ] ??> } ??' ^ ??! | ??- ~
No other such replacements occur.
- Trigraph sequences are new with the ANSI standard.