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