Functions HI-TECH C FFLUSH

FFLUSH

SYNOPSIS

#include  <stdio.h>

int fflush(FILE * stream)


DESCRIPTION

Fflush() 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