препроцессор C (The C Preprocessor)
Синопсис (Synopsis)
cpp [-D
macro[=defn]...] [-U
macro]
[-I
dir...] [-iquote
dir...]
[-M
|-MM
] [-MG
] [-MF
filename]
[-MP
] [-MQ
target...]
[-MT
target...]
infile [[-o
] outfile]
Only the most useful options are given above; see below for a
more complete list of preprocessor-specific options. In
addition, cpp
accepts most gcc
driver options, which are not
listed here. Refer to the GCC documentation for details.