#include
Syntax
File Inclusion
#include "filename"
or
#include <filename>
#include
Description
Includes at this
point
in the code the contents
of
the given filename,
which
C-8
will
then
be
run
~hrough
GSPCPP. Either double quotes or angle brackets
l'!re
used to enclose filename.
The filename can include a pathname
with
directories and so forth.
If
no
directory
is
specified, the
file
is
looked for in:
1 ) Current directory
2) Directories specified using
-I
option (see Section 3.1.3, Operation
of
GSPCPP, page
3-3).