The function fclose closes a fileStream. The parameter fileStream is a file pointer specifying the data stream. All associated buffers are flushed prior to closing and released when the stream is closed. The function is included in the library RL-FlashFS. The prototype is defined in the file stdio.h. |