[Contents]   [Back]   [Prev]   [Up]   [Next]   [Forward]  


Header Files

A header file is a file containing C declarations and macro definitions (see section 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'.


[Contents]   [Back]   [Prev]   [Up]   [Next]   [Forward]