(C) 1998 AROS - The Amiga Research OS


NAME
#include <stdio.h>

int fflush ()

SYNOPSIS
FILE * stream

FUNCTION
Flush a stream. If the stream is an input stream, then the stream is synchronised for unbuffered I/O. If the stream is an output stream, then any buffered data is written.

INPUTS
stream
Flush this stream. May be NULL. In this case, all output streams are flushed.

RESULT
0 on success or EOF on error.

EXAMPLE

SEE ALSO

NOTES

BUGS

INTERNALS

HISTORY
20.10.1998 hkiel
Amiga Research OS
12.09.1998 hkiel
converted TODO/FIXME comments to #warnings
02.04.1997 ldp
Add BPTR casts
01.01.1997 ldp
Changed clib to proto
11.12.1996 aros
Added headers

Polished code

10.12.1996 aros
New functions