Void close(File handle)
Arguments
handle: Close a file handle
Usage
Close a file handle after you no longer need it. It is strongly recommended that you do not close the three standard file handles - use reopen to open them onto /dev/null instead.