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