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