/* Author : Michael Robinson Program : heading.h Purpose : To show how to use multiple c programs with a heading.h file Updated : July 10, 2014 */ #define NAME "South Beach" #define ADDRESS "Miami Beach, Florida" #define PURPOSE "To have a great relaxing time" void displayName(); void displayAddress(); void displayPurpose();