Close an open file descriptor
Int_Type close (FD_Type fd)
The close function is used to open file descriptor of type FD_Type. Upon success 0 is returned, otherwise the function returns -1 and sets errno accordingly.