Pristine Ack-5.5
[Ack-5.5.git] / lang / cem / libcc.ansi / stdio / clearerr.c
1 /*
2  * clearerr.c - clear error and end-of-file indicators of a stream
3  */
4 /* $Id: clearerr.c,v 1.3 1994/06/24 11:48:14 ceriel Exp $ */
5
6 #include        <stdio.h>
7
8 void
9 (clearerr)(FILE *stream)
10 {
11         clearerr(stream);
12 }