Tells the preprocessor to take input from the specified file.
#include filename
filename
Name of an input file.
When the preprocessor reaches the end of the specified file, it takes input from the assembly statement line that follows the #include directive. The specified file itself can contain an #include directive that specifies yet another input file.