update for HEAD-2003091401
[reactos.git] / lib / crtdll / stdio / freopen.c
index 717c858..09b97d4 100644 (file)
@@ -7,6 +7,9 @@
 #include <msvcrt/internal/file.h>
 
 
+/*
+ * @implemented
+ */
 FILE *freopen(const char *file, const char *mode, FILE *f)
 {
   int fd, rw, oflags=0;