// file: libprint/libprint.cxx -*- C++ -*- #include #include using namespace std; void print (const string& h) { cout << h << endl; }