X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=lib%2Fmsvcrt%2Fstdio%2Frename.c;fp=lib%2Fmsvcrt%2Fstdio%2Frename.c;h=5f0f1855acc0e7fbd831e6895103550549ce260b;hp=aea2bfaf37b39e13031bb4f2ac5c314b78c4ceb2;hb=7c0cf90e3b750f1f0dc83b2eec9e5c68a512c30f;hpb=ee8b63255465d8c28be3e7bd11628015708fc1ab diff --git a/lib/msvcrt/stdio/rename.c b/lib/msvcrt/stdio/rename.c index aea2bfa..5f0f185 100644 --- a/lib/msvcrt/stdio/rename.c +++ b/lib/msvcrt/stdio/rename.c @@ -3,6 +3,9 @@ #include +/* + * @implemented + */ int rename(const char* old_, const char* new_) { if (old_ == NULL || new_ == NULL)