wraith-lang/src/util.h

9 lines
123 B
C

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