Copyright Digital Equipment Corp. All rights reserved.
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);
Argument Description