int flush(int
fd)
fd is a file descriptor corresponding to an already opened file. This must be a descriptor returned by the library functions, and not by the standard ones.
On error, -1 is returned and error() will return the corresponding error code.
Close the file associated with this file descriptor
int close(int
fd)
Copyright © Nicolas Brodu, 1999 - 2000