C++ Programming/Code/Standard C Library/Functions/ftell
< C++ Programming < Code < Standard C Library < Functionsftell
Syntax |
#include <cstdio>
long ftell( FILE *stream );
|
The ftell() function returns the current file position for stream, or -1 if an error occurs.
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.