X-Git-Url: https://git.llucax.com/z.facultad/75.06/jacu.git/blobdiff_plain/2677e54b1aa4952f2ddd606f5739ae634dc18d76..6ceb9e978d795143bdf7679855a932540eef18b2:/src/vfile/common.c diff --git a/src/vfile/common.c b/src/vfile/common.c index ed2933d..6695fe9 100644 --- a/src/vfile/common.c +++ b/src/vfile/common.c @@ -36,7 +36,7 @@ #include #include -char* strdup(const char* s) +char* str_dup(const char* s) { char* copy; if (!s) return 0;