Searched defs:shgetc (Results 1 – 2 of 2) sorted by relevance
28 #define shgetc(f) (((f)->rpos != (f)->shend) ? *(f)->rpos++ : __shgetc(f)) macro