This is a file I/O function, also hardware dependent. It is not implemented in this Compiler.
#include <stdlib.h>
int fclose(FILE *f);
fclose() closes file f. Before doing so, fclose() does the following:
Zero, if the function succeeds; EOF otherwise.