wraith-lang/src/util.h

7 lines
103 B
C
Raw Normal View History

2021-05-07 00:15:17 +00:00
#ifndef WRAITH_UTIL_H
#define WRAITH_UTIL_H
char* strdup (const char* s);
#endif /* WRAITH_UTIL_H */