#ifndef __EUC_JP_H__ #define __EUC_JP_H__ #include #include namespace Encoding { std::string decode_eucjp(std::string_view src); } #endif