int close(int
fd)
This method flushes the unwritten data, and returns 0 on success.
On error, -1 is returned and error() will return the corresponding
error code.
Flush forces a write of all buffered data for
the given fd
int flush(int
fd)
Copyright © Nicolas Brodu, 1999 - 2000