ffeeooff() -- STDIO Function (libc)

Discover stream status
#iinncclluuddee <ssttddiioo.hh>
iinntt ffeeooff(_f_p) FFIILLEE *_f_p;

ffeeooff() tests  the status  of the  argument stream _f_p.  It returns  a number
other than zero if _f_p has  reached the end of file, and zero if it has not.
One use of  ffeeooff() is to distinguish a value  of -1 returned by ggeettww() from
an EEOOFF.

_E_x_a_m_p_l_e
For an example of how to use this function, see the entry for ffooppeenn().

_S_e_e _A_l_s_o
EEOOFF, lliibbcc
ANSI Standard, section 7.9.10.2
POSIX Standard, section 8.1
