#include <stdio.h>

int
fclean (FILE *fp)
{
  return fflush (fp);
}
Download fclean.c — origineel C-bestand