Source files can be included using either a quoted path name
(#include "stdio.h" ) or bracketed path names
(#include <stdio.h> ). OpenVMS systems also support a
method of including modules from a text library. See your platform-
specific DEC C documentation for the search-path algorithm for
including source files.