Source code that can be inserted as-is into other source by referring to a file name.
a file that gets included
a file that has ROM calls or routines defined in them
a file which contains the names of zero or more component files, one name per line starting in the first column
a piece of code that can be put into a seperate file -- for example -- your navigation bar -- and then "included" in a number of other pages
a separate disk file that contains information needed by the compiler to use various functions
a separate disk file that contains information needed by your program or the compiler
a text file, which contains the section of the webpage that you want to remain the same on each page
A text file with the .INC extension whose contents are inserted into the source-code file and immediately assembled.
A text file that contains declarations used by a group of functions, programs, or users. Synonymous with header file.