| |||
| Home > Standard C Implementation Definition > Implementation definition > Preprocessing directives | |||
The ISO standard C header files can be referred to as described
in the standard, for example, #include <stdio.h>.
Quoted names for includable source files are supported. The compiler accepts host filenames or UNIX filenames. For UNIX filenames on non-UNIX hosts, the compiler tries to translate the filename to a local equivalent.
The recognized #pragma directives are shown
in Pragmas.