Copyright Digital Equipment Corp. All rights reserved.

ftell

   Returns the current byte offset to the specified stream file.

   Format

     #include  <stdio.h>

     long int ftell  (FILE *file_ptr);
 


Additional information available:

Argument        Description     Return_Values