C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
ftell
 Description Example                     Up Contents Index Back
─────Run-Time Library───────────────────────────────────────────────────────
 
  Include:   <stdio.h>
 
  Syntax:    long ftell( FILE *stream );
 
  Returns:   the current position if successful, or -1L if not.
             errno: EBADF, EINVAL
 
  See also:  fgetpos, fseek, _lseek, _tell
                                    -♦-