#ifndef GLV_UTIL_STRING_H #define GLV_UTIL_STRING_H #include int hatoi(const char* str); int strcnt(const char* str, char c); #endif