/* * clearerr.c - clear error and end-of-file indicators of a stream */ /* $Id$ */ #include void (clearerr)(FILE *stream) { clearerr(stream); }