First page Back Continue Last page Graphics
Three Parts
A header file that contains the structure declarations and prototypes for functions using those structures.
A source code file that contains the code for the structure-related functions.
A source code file that contains the code that calls upon those functions.
Allows easier reuse.