DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
feof
include/stdio.h
469
#define feof(p) (!__isthreaded ? __sfeof(p) : (feof)(p))
lib/libc/stdio/feof.c
42
#undef feof
lib/libc/stdio/feof.c
46
feof(FILE *fp)