C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
_dos_commit
 Description                               Up Contents Index Back
─────Run-Time Library───────────────────────────────────────────────────────
 
  Include:   <dos.h>, <errno.h>
 
  Syntax:    unsigned _dos_commit( int handle );
 
  Returns:   0 if the file was successfully flushed to disk, or the DOS
             error code if it was not.
             errno: EBADF
 
  See also:  _dos_open, _dos_creat, _dos_creatnew, _dos_close, _close
                                    -♦-