<< |  >>
#6235 Dodano: 01-09-2012 19:47. Głosów: 70
`-trigraphs'
Process ANSI standard trigraph sequences. These are three-character sequences, all starting with `??', that are defined by ANSI C to stand for single characters. For example, `??/' stands for `\', so `'??/n'' is a character constant for a newline. Strictly speaking, the GNU C preprocessor does not support all programs in ANSI Standard C unless `-trigraphs' is used, but if you ever notice the difference it will be with relief.

You don't want to know any more about trigraphs.

http://gcc.gnu.org/onlinedocs/gcc-2.95.3/cpp_1.html#SEC42
<< |  >>