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