update for HEAD-2003091401
[reactos.git] / lib / msvcrt / stdio / fdopen.c
index 3005552..f6d44ac 100644 (file)
@@ -4,6 +4,9 @@
 FILE* __alloc_file(void);
 
 
+/*
+ * @implemented
+ */
 FILE* _fdopen(int handle, char* mode)
 {
   FILE* file;