◄Description► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ─────Run-Time Library─────────────────────────────────────────────────────── Include: <stdio.h> Syntax: int feof( FILE *stream ); Returns: a nonzero value when the current position is the end-of-file, or 0 if not. See also: clearerr, ferror, perror, _eof -♦-