Annotation of researchv9/libc/stdio/clrerr.c, revision 1.1.1.1

1.1       root        1: /* @(#)clrerr.c        4.1 (Berkeley) 12/21/80 */
                      2: #include       <stdio.h>
                      3: 
                      4: clearerr(iop)
                      5: register struct _iobuf *iop;
                      6: {
                      7:        iop->_flag &= ~(_IOERR|_IOEOF);
                      8: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.