/*-------------------------------------------------- header file for function greeting created by smtuttle at Tue Nov 9 08:41:43 PST 2010 --------------------------------------------------*/ #ifndef greeting_H #define greeting_H #include <string> using namespace std; void greeting(string name); #endif