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

/fuchsia/zircon/third_party/ulib/musl/src/internal/
H A Dshgetc.h8 #define shgetc(f) (((f)->rpos < (f)->shend) ? *(f)->rpos++ : __shgetc(f)) macro

Completed in 71 milliseconds