i960 Processor Compiler User's Guide
3-48
3
Discussion
Use the i (Preinclude) option to prepend the text of a C source file or
include file to each C source file specified on the command line. This
option has the same effect as placing an
#include directive at line zero of
each C source file.
The compiler searches for
filename
in the same way as for a file
specified with
#include using quotation marks. For a description of
include-file searching rules, see the
I (Searchinclude) option description.
The compiler issues an error if the file is not found.
Example
The following example prepends the file globals.h to the file proto.c:
ic960 -i globals.h proto.c
Related Topics
#include
I960BASE
I960INC
I
(Searchinclude)
Stop-after options
J (Miscellaneous)
Selects miscellaneous
controls.
J
arg
[,
arg
]...