#ifndef FILE__GREETER_H #define FILE__GREETER_H /* * greeter.h - Header file for greeting logic. */ void greet(char *subject); #endif