Node:#include, Next:#searchpath, Up:Preprocessor
The #include
directive reads in the contents of the given file.
The contents is "inserted" into the text being parsed starting at the
line where the directive appears. The directive takes two forms:
#include "filename"
#include <filename>"
-I
command line options.
If filename starts with a directory separator character
(/
) both forms have the same effect.