Share via


/EP - Copy Preprocessor Output

This option preprocesses the C source file and copies preprocessor output to the standard output device. It is similar to the /E - Copy Preprocessor Output option. Unlike the /E option, however, the /EP option does not add #line directives to the output.

Preprocessed output is identical to the original source file, except that the compiler carries out all preprocessor directives, performs all macro expansions, and removes comments. You can use the /EP option with the /C option to preserve comments in the preprocessed output.

The /EP option suppresses compilation.

See Also

About Microprocessor Compilers | ARM Guide | Hitachi Guide | MIPS Guide | /E - Copy Preprocessor Output

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.