/* * ferror .c - test if an error on a stream occurred */ /* $Header$ */ #include int (ferror)(FILE *stream) { return ferror(stream); }