Penguin
Annotated edit history of feof(3) version 2, including all changes. View license author blame.
Rev Author # Line
2 PerryLorier 1
1 perry 2 !!NAME
3
2 PerryLorier 4 feof - check and reset stream status, in particular, determine if the end is nigh.
1 perry 5 !!SYNOPSIS
6
7
2 PerryLorier 8 __#include <stdio.h>__
9 __int feof( FILE *__''stream''__);__
1 perry 10 !!DESCRIPTION
11
2 PerryLorier 12 The function feof(3) tests the end-of-file indicator for the stream pointed to by ''stream'', returning non-zero if it is set. The end-of-file indicator can only be cleared by the function clearerr(3).
1 perry 13
14 !!ERRORS
2 PerryLorier 15 These functions should not fail and do not set the external variable ''errno''.
1 perry 16
17 !!CONFORMING TO
2 PerryLorier 18 The function feof(3) conforms to X3.159-1989 (``ANSI C'').
1 perry 19 !!SEE ALSO
2 PerryLorier 20 open(2), stdio(3), ferror(3), clearerr(3), ferror(3)
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.

PHP Warning

lib/blame.php:177: Warning: Invalid argument supplied for foreach() (...repeated 2 times)