-

Changes

Jump to: navigation, search

Functions HI-TECH C CLOSE

364 bytes added, 18:36, 31 July 2017
Created page with "<strong>CLOSE</strong> ==SYNOPSIS== #include <unixio.h> int close(int fd) ==DESCRIPTION== This routine closes the file associated with the file descriptor fd, which..."
<strong>CLOSE</strong>
==SYNOPSIS==

#include <unixio.h>

int close(int fd)


==DESCRIPTION==
This routine closes the file associated with the file
descriptor fd, which will have been previously obtained
from a call to <strong>open</strong>(). <strong>Close</strong>() returns 0 for a successful close, or -1 otherwise.

==SEE ALSO==

open, read, write, seek

Navigation menu