3dgfx code, untested
[metatoy] / src / libc / string.h
index 85490b2..de72815 100644 (file)
@@ -47,6 +47,8 @@ char *strcat(char *dest, const char *src);
 
 char *strncpy(char *dest, const char *src, int n);
 
+char *strdup(const char *s);
+
 char *strerror(int err);
 
 #endif /* STRING_H_ */