]> git.llucax.com Git - z.facultad/75.06/jacu.git/blobdiff - src/vfile/common.c
Parece andar todo bien.
[z.facultad/75.06/jacu.git] / src / vfile / common.c
index ed2933d62010efc6fb24937a67e350cda21d51ef..6695fe9a7bd5d6535b3d3af35ed01e589ef7e825 100644 (file)
@@ -36,7 +36,7 @@
 #include <malloc.h>
 #include <string.h>
 
-char* strdup(const char* s)
+char* str_dup(const char* s)
 {
        char* copy;
        if (!s) return 0;