V7/usr/src/libc/stdio/clrerr.c
Find at most
5
10
20
50
100
500
related files.
including files from this version of Unix.
#include <stdio.h> clearerr(iop) register struct _iobuf *iop; { iop->_flag &= ~(_IOERR|_IOEOF); }