B.37 Source File Inclusion (§3.8.2)

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.


Previous Page | Next Page | Table of Contents | Index