This repository has been archived on 2021-07-03. You can view files and clone it, but cannot push or open issues or pull requests.
glovechat/src/server/util/string.h

10 lines
147 B
C
Raw Normal View History

2019-01-18 16:57:14 +00:00
#ifndef GLV_UTIL_STRING_H
#define GLV_UTIL_STRING_H
#include <string.h>
int hatoi(const char* str);
int strcnt(const char* str, char c);
#endif