#ifndef SERVER_UTIL_H #define SERVER_UTIL_H char* kqm_strndup(const char* str, size_t n); #endif // SERVER_UTIL_H