•  Back 
  •  C Language 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help 
  •  Show info about hypertext 
  •  View a new file 
Topic       : C-Language Documentation
Author      : John Kormylo
Version     : C.HYP 1.0
Subject     : Documentation/C-Language
Nodes       : 233
Index Size  : 6362
HCP-Version : 3
Compiled on : Atari
@charset    : atarist
@lang       : en
@default    : 
@help       : Help
@options    : +g -i -s +x +z -t4
@width      : 75
View Ref-File[ #include ]

  #include <sysfile.h>
  #include "filename.ext"
  #include "pathname"

where 'sysfile.h' is located in the INCLUDE folder, 'filename.ext'
is located in the same folder as the source code, and 'pathname' is
either a full pathname ("c:\folder\filename.ext") or a relative
pathname ("..\folder\filename.ext" where '..' means the folder which
contains the current folder).

See also Preprocessor and System Header Files.