-

Changes

Jump to: navigation, search

Functions HI-TECH C FFLUSH

382 bytes added, 19:34, 31 July 2017
Created page with "<strong>FFLUSH</strong> ==SYNOPSIS== #include <stdio.h> int fflush(FILE * stream) ==DESCRIPTION== <strong>Fflush</strong>() will output to the disk file or other dev..."
<strong>FFLUSH</strong>
==SYNOPSIS==

#include <stdio.h>

int fflush(FILE * stream)


==DESCRIPTION==
<strong>Fflush</strong>() will output to the disk file or other device
currently open on the specified stream the contents of
the associated buffer. This is typically used for
flushing buffered standard output in interactive applications.

==SEE ALSO==

fopen, fclose

Navigation menu