qc.hlp (Table of Contents; Topic list)
tell
 Description Example                     Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Include:   <io.h>, <errno.h>
 
  Syntax:    long tell( int handle );
 
  Returns:   the current position if successful, or -1L if not.
             errno: EBADF
 
  See also:  ftell, lseek
                                    -♦-