Copyright Digital Equipment Corp. All rights reserved.

ftello

   Returns the current byte offset to the specified stream file.
   This function is equivalent to ftell.

   Format

     #include  <stdio.h>

     off_t ftello  (FILE *file_ptr);
 


Additional information available:

Argument        Description