/* * ferror .c - test if an error on a stream occurred */ /* $Header: /cvsup/minix/src/lib/stdio/ferror.c,v 1.1.1.1 2005/04/21 14:56:35 beng Exp $ */ #include int (ferror)(FILE *stream) { return ferror(stream); }