/* Author : Michael Robinson Program : headingTwo.c Purpose : To show how to use multiple c programs with a heading.h file Updated : July 10, 2014 */ #include #include "heading.h" int static zipCode = 33139; void displayAddress() { printf( "%s %d\n", ADDRESS, zipCode ); }