update for HEAD-2003091401
[reactos.git] / lib / msvcrt / stdio / ferror.c
index f1b5bc7..f938170 100644 (file)
@@ -9,6 +9,9 @@ int ferror(FILE *stream);
 
 int *_errno(void);
 
+/*
+ * @implemented
+ */
 int ferror(FILE *stream)
 {
   return stream->_flag & _IOERR;