C Header Files is a header lang created in 1972.
#3338on PLDB | 52Years Old |
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 by including it, with the C preprocessing directive ‘#include’.