Next: read, Previous: open, Up: List of Supported Calls [Contents][Index]
int close(int fd);
‘Fclose,fd’
close returns zero on success, or -1 if an error occurred.
EBADFfd isn’t a valid open file descriptor.
EINTRThe call was interrupted by the user.