The function fflush enforces a write operation to a data stream. Associated buffers are emptied and the content is written to the file. The function writes the File Allocation Record to the file system along with the file data. fflush leaves the file open. The parameter stream is a pointer defining the data stream. The function is included in the library RL-FlashFS. The prototype is defined in stdio.h. |