The #include directive

A preprocessor include directive causes the preprocessor to replace the directive with the contents of the specified file.

Read syntax diagramSkip visual syntax diagram#include directive syntax
 
>>-#--include--+-"--+-----------+--file_name--"-+--------------><
               |    '-file_path-'               |
               '-<--+-----------+--file_name-->-'
                    '-file_path-'
 


[ Top of Page | Previous Page | Next Page | Contents | Index ]