C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
_close
 Description Example                     Up Contents Index Back
─────Run-Time Library───────────────────────────────────────────────────────
 
  Include:   <io.h>, <errno.h>
 
  Syntax:    int _close( int handle );
 
  Returns:   0 if successful, or -1 if not.
             errno: EBADF
 
  See also:  _open, _creat, _dup, _dup2, _chsize, remove
                                    -♦-