/* Author : Michael Robinson Program : headingThree.c Purpose : To show how to use multiple c programs with a heading.h file Updated : July 10, 2014 */ #include #include "heading.h" void displayPurpose() { printf( "%s\n", PURPOSE ); //printf( "%s %d\n", ADDRESS, zipCode ); // ERROR zipCode can not be seen }