ack/lang/cem/libcc.ansi/stdio/clearerr.c
1991-01-03 14:23:54 +00:00

13 lines
163 B
C

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