This commit is contained in:
aozhiwei 2022-12-19 11:37:25 +08:00
parent e7c788386d
commit 1b97bf5bcc

View File

@ -28,4 +28,5 @@ namespace a8
bool ReadStringFromFile(const std::string& filename, std::string& data);
int SafeStrCmp(const char* s1, const char* s2);
size_t GetUtf8Length(const char *str);
}