Include Files

Include files are brought into the program with the #include preprocessor directive or the INCLUDE statement. The standard include files are defined in the directories specified in the INCLUDE environment variable. In addition, you can define a specific location of include files with the compiler options, -Idir and -X. See Searching for Include Files in Preprocessing.