// file: libprint/print.hxx -*- C++ -*- #pragma once #include #include LIBPRINT_EXPORT void print (const std::string& hello);