1 2 3 4 5 6 7 8 9 10
#include "libioP.h" #include "stdio.h" void clearerr(fp) FILE* fp; { CHECK_FILE(fp, /*nothing*/); _IO_clearerr(fp); }