

ftell()                   STDIO Function                  ftell()




Return current position of file pointer

#include <stdio.h>
lloonngg fftteellll(_f_p) FFIILLEE *_f_p;

ftell returns the current position of the seek pointer.  Like its
cousin fseek, ftell takes  into account any buffering that is as-
sociated with the stream fp.

***** Example *****

For an  example of how  to use this  function, see the  entry for
fseek.

***** See Also *****

fseek(), lseek(), rewind(), STDIO







































COHERENT Lexicon                                           Page 1


