cpp(1)
NAME
cccp, cpp - The GNU C-Compatible Compiler Preprocessor.
SYNOPSIS
Array[-imacros file] [-include file] [-idirafter dir] [-iprefix prefix] [-iwithprefix dir] [-lang-c] [-lang-c++] [-lang-objc] [-lang-objc++] [-lint] [-M [-MG]] [-MM [-MG]] [-MD file ] [-MMD file ] [-nostdinc] [-nostdinc++] [-P] [-pedantic] [-pedantic-errors] [-traditional] [-trigraphs] [-Uname] [-undef] [-Wtrigraphs] [-Wcomment] [-Wall] [-Wtraditional] [infile|-] [outfile|-]
DESCRIPTION
Arraystandard output. Also, if outfile or both file names are omitted, the standard output and standard input are used for the
omitted file names.
OPTIONS
Array-Wcomment
Arraynot predefined.
-undef Do not predefine any nonstandard macros.
Arrayduring the execution of the preprocessor, including predefined
macros. This gives you a way of finding out what is predefined
in your version of the preprocessor; assuming you have no file
`foo.h', the command
touch foo.h; cpp -dM foo.h
Arrayprefix was specified previously with `-iprefix'.
-lang-c
-lang-c++
-lang-objc
Arraythe standard was corrected. This option is available only when
you call cpp directly; gcc will not pass it from its command
line.
SEE ALSO
- Arraygcc(1); `Gcc' entry in info; Using and Porting GNU CC (for
- version 2.0), Richard M. Stallman.
COPYING
Arrayfor modified versions, except that this permission notice may be
included in translations approved by the Free Software Foundation
instead of in the original English.
GNU Tools 30apr1993