nWe
then include the .h files in modules that need access to the
prototypes, structures, or class declarations:
ä#include “myfile.h”
ä(Notice the double quotes!)
nWe
then compile programs (on UNIX) by:
äCC main.c myfile.c
ä(Notice no .h file is listed on the above line)