a3c
A header file is a file containing C declarations and macro definitions (see 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.
See the following documentation for more detailed discussion of header files.
0