convert_code.h 120 B

123456789
  1. #ifndef CONVERT_CODE_H
  2. #define CONVERT_CODE_H
  3. #include <string>
  4. size_t ConvertCode(const std::string &code);
  5. #endif