Searched defs:sgetc (Results 1 – 2 of 2) sorted by relevance
241 #define sgetc(s)\ macro
32 #define sgetc(p) (((p)->rd==(p)->wt)?-1:*(p)->rd++) macro