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