Linguaggio C - close()

NOME

close() - chiude un file descriptor

SINOPSI

#include <unistd.h> int close(int fd);

DESCRIZIONE

La funzione close() chiude il file descriptor fd.

VALORE DI RITORNO

La funzione close() ritorna 0 in caso di successo e -1 in caso di errore.

CONFORME A

SVr4, SVID, POSIX, X/OPEN, BSD 4.3.

VEDI ANCHE

open(), creat() lseek() read() write() link() symlink() unlink() stat(), lstat(), fstat() fcntl() ioctl() dup(), dup2() access()


Indice-C Indice linguaggio C
Indice librerie Indice librerie C
At Home Umberto Zappi Home Page
Indice funzioni Indice funzioni C