Searched defs:__sf_eof (Results 1 - 1 of 1) sorted by relevance
| /ast/src/lib/libast/include/ | ||
| H A D | sfio.h | 359 #define __sf_eof(f) (_SF_(f)->_flags&SF_EOF) macro 383 __INLINE__ int sfeof(Sfio_t* f) { return __sf_eof(f); } 406 #define sfeof(f) ( __sf_eof(f) ) |
Completed in 9 milliseconds