update for HEAD-2003091401
[reactos.git] / lib / crtdll / stdio / fsopen.c
index c766adf..e216c7a 100644 (file)
@@ -20,6 +20,9 @@
 FILE* __alloc_file(void);
 
 
+/*
+ * @implemented
+ */
 FILE* _fsopen(const char* file, const char* mode, int shflag)
 {
   FILE* f;