#pragma once #include #include #include namespace print { LIBPRINT_SYMEXPORT void print_hello (std::ostream&, const std::string& hello); }