1 2 3 4 5 6
#include "../fflush.c" int __fflush_unlocked_impl(FILE *f) { return __fflush_unlocked(f); }