Log In
base
/
mmglue
Clone
Source Code
GIT
Source
Issues
0
Stats
Blame src/stdio/nt64/fflush.c
Branch:
0c7e938c150147cf35d960da8bf975f2ffe9646b
main
0c7e938c150147cf35d960da8bf975f2ffe9646b
src
stdio
nt64
fflush.c
Blob
History
Raw
2a6489
#include "../fflush.c"
2a6489
2a6489
int __fflush_unlocked_impl(FILE *f)
2a6489
{
2a6489
return __fflush_unlocked(f);
2a6489
}