clearerr is now also a macro
This commit is contained in:
parent
589f3a3e35
commit
c4c7787acc
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue