wraith-lang/src/util.h

7 lines
103 B
C

#ifndef WRAITH_UTIL_H
#define WRAITH_UTIL_H
char* strdup (const char* s);
#endif /* WRAITH_UTIL_H */