Function f_close closes a file.
FRESULT f_close ( FIL* FileObject // Pointer to the file object structure );
Function f_close closes a file. When the function succeeded, the file object structure can be discarded.
f_open, f_read, f_write, f_sync, FIL, FATFS
Return