My answers to the exercises in “The C Programming Language” (2nd edition, 1989) by Kernighan and Ritchie.
Monday, August 8, 2011
Chapter 2, question 10
10. What is an include file?
It's a file that is substituted into my code, usually at the top of the relevant translation unit. It typically contains function and variable declarations and macro definitions.
No comments:
Post a Comment