#ifndef WRAITH_UTIL_H #define WRAITH_UTIL_H #include <string.h> char* strdup (const char* s); #endif /* WRAITH_UTIL_H */