update for HEAD-2003091401
[reactos.git] / lib / msvcrt / stdio / remove.c
index 5f309af..c433390 100644 (file)
@@ -5,6 +5,9 @@
 #define NDEBUG
 #include <msvcrt/msvcrtdbg.h>
 
+/*
+ * @implemented
+ */
 int remove(const char *fn)
 {
   int result = 0;
@@ -15,6 +18,9 @@ int remove(const char *fn)
   return result;
 }
 
+/*
+ * @implemented
+ */
 int _wremove(const wchar_t *fn)
 {
   DPRINT("_wremove('%S')\n", fn);