// file: hello/hello -*- C++ -*- #pragma once #include #include namespace hello { LIBHELLO_EXPORT void say (const std::string& name); }