Details | Compare with Previous | View Log
#include <stdio.h>
int
fclean (FILE *fp)
{
return fflush (fp);
}