Searched defs:feof (Results 1 - 2 of 2) sorted by relevance

/barrelfish-2018-10-04/lib/libc/stdio/
H A Dfeof.c44 #undef feof macro
48 feof(FILE *fp) function
/barrelfish-2018-10-04/include/
H A Dstdio.h479 #define feof(p) (!__isthreaded ? __sfeof(p) : (feof)(p)) macro

Completed in 24 milliseconds