ftell()
Syntax:
#include <stdio.h> long ftell( FILE *stream );
Description:
The ftell() function returns the current file position for stream, or -1 if an error occurs.
Related Topics:
fseek(), fgetpos()
#include <stdio.h> long ftell( FILE *stream );