File inclusion directives
File inclusion directives consist of:
The #include directive
, which inserts text from another source file
The #include_next directive (IBM extension)
, which causes the compiler to
omit the directory of the including file from the search path
when searching for include files
The #include directive
The #include_next directive (IBM extension)
Parent topic:
Preprocessor directives
[
Provide feedback
]