Home > Electronics Tutorials > C Language Tutorial > tdio.h - File Functions - fflush

C Language Programming Library Reference Guide

tdio.h - File Functions - fflush

Declaration:

int fflush(FILE *stream); Flushes the output buffer of a stream. If stream is a null pointer, then all output buffers are flushed.

If successful, it returns zero. On error it returns EOF.

Note: To report broken links or to submit your projects, tutorials please email to Webmaster

Discover

     more......