Input control
The options in this category specify the type and location of your
source files.
| Option name | Description |
|---|---|
| -include (-qinclude) | Specifies additional header files to be included in a compilation unit, as though the files were named in an #include statement in the source file. |
| -I | Adds a directory to the search path for include files. |
| -qidirfirst | Searches for user included files in directories that are specified by the -I option before searching any other directories. |
| -qstdinc, -qnostdinc (-nostdinc, -nostdinc++) | Specifies whether the standard include directories are included in the search paths for system and user header files. |
| -x (-qsourcetype) | Instructs the compiler to treat all recognized source files as a specified source type, regardless of the actual file name suffix. |


