update for HEAD-2003091401
[reactos.git] / lib / msvcrt / stdio / fopen.c
index 2b506d6..176ed6e 100644 (file)
@@ -101,6 +101,9 @@ FILE* fopen(const char *file, const char *mode)
   return f;
 }
 
+/*
+ * @implemented
+ */
 FILE* _wfopen(const wchar_t *file, const wchar_t *mode)
 {
   FILE *f;