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