update for HEAD-2003091401
[reactos.git] / lib / crtdll / stdio / remove.c
index 56f913f..cb6f26f 100644 (file)
@@ -1,6 +1,9 @@
 #include <windows.h>
 
 
+/*
+ * @implemented
+ */
 int remove(const char *fn)
 {
        if (!DeleteFileA(fn))