| |||
| Home > Language Extensions > #include_next | |||
This preprocessor directive is a variant of the #include directive.
It searches for the named file only in the directories on the search
path that follow the directory where the current source file is
found, that is, the one containing the #include_next directive.
This preprocessor directive is a GNU compiler extension that is supported by the ARM compiler.