#ifndef CONVERT_CODE_H #define CONVERT_CODE_H #include size_t ConvertCode(const std::string &code); #endif