showinc

Option Type Default Value #pragma options C C++
-qoption noshowinc SHOwinc x x

Syntax

    -qshowinc | -qnoshowinc 
    SHOwinc 

Purpose
If used with -qsource, all the include files are included in the source listing.

Example
To compile myprogram.c so that all included files appear in the source listing, enter:

xlC myprogram.c -qsource -qshowinc


List of Batch Compiler Options and Their Defaults
Options that Specify Compiler Output
Equivalent Batch Compile-Link and Incremental Build Options