Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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="b0873e1afb3baf3c-265f07f3-49774df9-b6aaa420-9bea3dc87e70ae1a78a68194"><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
\[[Wikipedia]\] ["C Trigraphs"|http://en.wikipedia.org/wiki/C_trigraph]

...

PRE06-A. Enclose header files in an inclusion guard      01. Preprocessor (PRE)       PRE08-A. Guarantee that header filenames are unique