Figure 2-7 “Sample Type Include File” through Figure 2-9 “Sample Externals Include File”
illustrate, respectively, the
type, variable, and externals include files that correspond to the
modified source file in Figure 2-9. Note
that the preprocessor inserts
the following three C compiler directives
to reference include files of the following syntax:
#include "ModifiedSourceFileName.sqlt"
#include "ModifiedSourceFileName.sqlv"
#include "ModifiedSourceFileName.sqle"
|
These three directives are always inserted into the static or
global declaration part of the program.