The options are:
-D name\^
0
-D name=def\^
-I dir\^ Same as in 2c (1).
-M Generate no output except a list of include files in a form suitable for specifying dependencies to mk (1). Use twice to list files in angle brackets.
-N Turn off default include directories. All must be specified with -I . Without this option, /$objtype/include and /sys/include are used as the last two searched directories for include directives, where $objtype is read from the environment.
-V Print extra debugging information.
-+ Understand C++ comments.
The output file contains processed text sprinkled with lines that show the original input line numbering:
#line linenumber .L "ifile"The input language is as described in the ANSI C standard. The C compilers do not use cpp ; they contain their own simple but adequate preprocessor, so cpp is usually superfluous.
/sys/include directory for machine-independent include files
/$objtype/include directory for machine-dependent include files