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