Pristine Ack-5.5
[Ack-5.5.git] / lang / cem / libcc.ansi / stdio / ferror.c
1 /*
2  * ferror .c - test if an error on a stream occurred
3  */
4 /* $Id: ferror.c,v 1.3 1994/06/24 11:48:46 ceriel Exp $ */
5
6 #include        <stdio.h>
7
8 int
9 (ferror)(FILE *stream)
10 {
11         return ferror(stream);
12 }