Searched refs:__shgetc (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/internal/
H A Dshgetc.h4 int __shgetc(FILE*);
8 #define shgetc(f) (((f)->rpos < (f)->shend) ? *(f)->rpos++ : __shgetc(f))
H A Dshgetc.c12 int __shgetc(FILE* f) { function

Completed in 26 milliseconds