C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
_commit
 Description                               Up Contents Index Back
─────Run-Time Library───────────────────────────────────────────────────────
 
  Include:   <io.h>, <errno.h>
 
  Syntax:    int _commit( int handle );
 
  Returns:   0 if the file was successfully flushed to disk, -1 if not.
             errno: EBADF
 
  See also:  _creat, _open, _read, _write
                                    -♦-