#include <__stdio.h> #include void clearerr(FILE *stream) { flockfile(stream); clearerr_unlocked(stream); funlockfile(stream); }