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