update for HEAD-2003091401
[reactos.git] / lib / crtdll / stdio / fopen.c
index b657438..4857641 100644 (file)
@@ -11,6 +11,9 @@
 FILE * __alloc_file(void);
 
 
+/*
+ * @implemented
+ */
 FILE* fopen(const char *file, const char *mode)
 {
   FILE *f;