#include "stddef.h" #include #include int fclose(FILE *stream) { free(stream); stream = NULL; return 0; }