/* Author : Michael Robinson Program : headingOne.c Purpose : To show how to use multiple c programs with a heading.h file Updated : July 10, 2014 */ #include #include "heading.h" void displayName() { printf( "%s\n", NAME ); }