unix_close (FUN)ΒΆ
FUNCTION unix_close : INT
close a file descriptor see manpage close
Returnvalue: returns zero on success. On error, -1 is returned, and errno is set to indicate the error.
- InOut:
- Scope - Name - Type - Return - unix_close- INT- Input - sockfd- INT
