Searched defs:getc_unlocked (Results 1 – 3 of 3) sorted by relevance
72 getc_unlocked ( in getc_unlocked() function
65 int getc_unlocked(FILE *stream) { return fgetc(stream); } in getc_unlocked() function
378 #define getc_unlocked(f) fgetc(f) macro