clearerr is now also a macro
This commit is contained in:
parent
177b2f0744
commit
d5593e5f80
@ -6,7 +6,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
void
|
void
|
||||||
clearerr(FILE *stream)
|
(clearerr)(FILE *stream)
|
||||||
{
|
{
|
||||||
stream->_flags &= ~(_IOERR|_IOEOF);
|
clearerr(stream);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user