qc.hlp (Table of Contents; Topic list)
ftell
 Description Example                     Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  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
                                    -♦-