fftteellll() -- STDIO Function (libc)

Return current position of file pointer
#iinncclluuddee <ssttddiioo.hh>
lloonngg fftteellll(_f_p) FFIILLEE *_f_p;

fftteellll() returns the current position  of the seek pointer.  Like its cousin
ffsseeeekk(), fftteellll()  takes into account any buffering  that is associated with
the stream _f_p.

_E_x_a_m_p_l_e
For an example of how to use this function, see the entry for ffsseeeekk().

_S_e_e _A_l_s_o
ffggeettppooss(), ffsseeeekk(), lliibbcc, llsseeeekk(), rreewwiinndd()
ANSI Standard, section 7.9.9.4
POSIX Standard, section 8.1
