cpp.info: Header Files

Go forward to Macros
Go backward to Directives
Go up to Top
Go to the top op cpp

Header Files

   A header file is a file containing C declarations and macro
definitions (*note Macros::.) to be shared between several source
files.  You request the use of a header file in your program with the C
preprocessing directive `#include'.