...
All occurrences in a source file of the following sequences of three characters (that is, trigraph sequences) are replaced with the corresponding single character.
??=
#
??)
]
??!
|
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="b172dc0fd1b6c50d-80d25bdd-45f24d29-930c8a92-6eb1fe8549b5df695c825c52"><ac:plain-text-body><![CDATA[
??(
[
??'
^
??>
}
]]></ac:plain-text-body></ac:structured-macro>
??/
\
??<
{
??-
~
...
| Wiki Markup |
|---|
\[[ISO/IEC 9899:1999|AA. C References#ISO/IEC 9899-1999]\] Section 5.2.1.1, "Trigraph sequences" \[[MISRA 04|AA. C References#MISRA 04]\] Rule 4.2 |
...
PRE06-CA. Enclose header files in an inclusion guard 01. Preprocessor (PRE)