// file: hello/hello -*- C++ -*- #ifndef HELLO_HELLO #define HELLO_HELLO namespace hello { void say (const char* name); } #endif // HELLO_HELLO