5.7.8.16 Nostdinc Option
The -nostdinc option prevents the standard system
directories for header files being searched by the preprocessor. Only the directories you
have specified with -I options (and the current directory, if appropriate)
are searched.
By using both -nostdinc and
-iquote, the include-file search path can be limited to only those
directories explicitly specified.
