// file: libformat/format.hxx -*- C++ -*- #pragma once #include #include LIBFORMAT_EXPORT std::string format (const std::string& greeting, const std::string& name);