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