C++ Programming/Code/Standard C Library/Functions/ftell
ftell
Syntax |
#include <cstdio>
long ftell( FILE *stream );
|
The ftell() function returns the current file position for stream, or -1 if an error occurs.
Category:Book:C++ Programming#Code/Standard%20C%20Library/Functions/ftell%20