-h[elp]
The
(command-line help) switch directs the compiler to output a
-help
list of command-line switches with a brief syntax description.
-I-
The
(start include directory list) switch establishes the point in the
-I-
directory list at which the search for header files enclosed in angle
include
brackets should begin. Normally, for header files enclosed in double
quotes, the compiler searches in the directory containing the current input
file; then the compiler reverts back to looking in the directories specified
with the
switch and then in the standard include directory.
-I
For header files in angle brackets the compiler performs the latter
two searches only.
It is possible to replace the initial search (within the directory containing
the current input file) by placing the
mand line where the search for all types of header file should begin. All
directories on the command line specified before the
include
will only be used in the search for header files that are enclosed in double
quotes.
This switch removes the directory containing the current input file
from the
-I directory [{,|;} directory...]
The
(include search directory) switch directs the C/C++ preprocessor
-I
to append the directory (directories) to the search path for
This option may be specified more than once; all specified directories are
added to the search path.
VisualDSP++ 3.5 C/C++ Compiler and Library Manual
for ADSP-219x DSPs
directory list.
include
switch at the point on the com-
-I-
Compiler
switch
-I-
files.
include
1-29
Need help?
Do you have a question about the VISUALDSP++ 3.5 and is the answer not in the manual?
Questions and answers