Whole document tree
1.3 Header FilesA header file is a file containing C declarations and macro definitions (see section 1.4 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'.
This document was generated by root on January, 30 2002 using texi2html |