fflush

fflush -- Flushes the output to a file

Description

int fflush ( int fp)

This function forces a write of all buffered output to the to the resource pointed to by the file handle fp . Returns TRUE if succesful , FALSE otherwise .