branch update for HEAD-2003091401
[reactos.git] / lib / msvcrt / stdio / rename.c
index aea2bfa..5f0f185 100644 (file)
@@ -3,6 +3,9 @@
 #include <msvcrt/io.h>
 
 
+/*
+ * @implemented
+ */
 int rename(const char* old_, const char* new_)
 {
     if (old_ == NULL || new_ == NULL)