C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
_fileno
 Description Example                     Up Contents Index Back
─────Run-Time Library───────────────────────────────────────────────────────
 
  Include:   <stdio.h>
 
  Syntax:    int _fileno( FILE *stream );
 
  Returns:   the file handle; no error return.
 
  See also:  _filelength, freopen, fopen, _fstat
                                    -♦-