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

/seL4-refos-master/libs/libmuslc/src/stdio/
H A Dfeof.c3 #undef feof macro
5 int feof(FILE *f) function
/seL4-refos-master/libs/libmuslc/src/internal/
H A Dstdio_impl.h83 #define feof(f) ((f)->flags & F_EOF) macro

Completed in 30 milliseconds