Searched refs:getchar_unlocked (Results 1 – 3 of 3) sorted by relevance
39 #undef getchar_unlocked42 getchar_unlocked(void) in getchar_unlocked() function
47 for (s = buf; (c = getchar_unlocked()) != '\n';) in gets()
326 int getchar_unlocked(void);445 #define getchar_unlocked() getc_unlocked(stdin) macro