AcornSearch - Acorn and RISC OS information searching
RISC OS Search
containing
"Nutty quip goes here!"
Home  |  About  |  Filebase Archive  |  StrongHelp Manuals  |  Newsgroups  |  Module Database
Header:     stdio.h

Syntax:     
extern int fflush
(
FILE * stream
);


Purpose:     This function causes any buffered output data to be written to the file pointed to by stream, but only if the last operation on the file was not input. If stream is a null pointer, flushing occurs on all open streams.

[sh-index] Back to list of manuals