ftell
From C/C++ Reference
ftell
Syntax:
#include <cstdio> long ftell( FILE *stream );
The ftell() function returns the current file position for stream, or -1 if an error occurs.
Related topics:
From C/C++ Reference
#include <cstdio> long ftell( FILE *stream );
The ftell() function returns the current file position for stream, or -1 if an error occurs.