Searched defs:getchar_unlocked (Results 1 – 4 of 4) sorted by relevance
47 int getchar_unlocked(void) { return getchar(); } in getchar_unlocked() function
379 #define getchar_unlocked(f) fgetc(stdin) macro
72 getchar_unlocked (void) in getchar_unlocked() function
767 #define getchar_unlocked() _getchar_unlocked() macro791 #define getchar_unlocked() getc_unlocked(stdin) macro