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