update for HEAD-2003091401
[reactos.git] / lib / crtdll / stdio / ferror.c
index 05110cd..8192ee0 100644 (file)
@@ -7,6 +7,9 @@
 int ferror(FILE *stream);
 #endif
 
+/*
+ * @implemented
+ */
 int ferror(FILE *stream)
 {
   return stream->_flag & _IOERR;