#ifndef WRAITH_UTIL_H #define WRAITH_UTIL_H #include #include char *strdup(const char *s); char *w_strcat(char *s, char *s2); uint64_t str_hash(char *str); #endif /* WRAITH_UTIL_H */