manpagez: man pages & more
info gdb
Home | html | info | man
[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

close

Synopsis:
 
int close(int fd);
Request:

Fclose,fd

Return value:

close returns zero on success, or -1 if an error occurred.

Errors:
EBADF

fd isn't a valid open file descriptor.

EINTR

The call was interrupted by the user.


© manpagez.com 2000-2024
Individual documents may contain additional copyright information.