// file: libformat/format.cxx -*- C++ -*- #include using namespace std; string format (const string& g, const string& n) { return g + ", " + n + '!'; }