Searched refs:getchar (Results 1 – 7 of 7) sorted by relevance
107 # undef getchar108 # define getchar() getchar_unlocked () macro110 # define getchar_unlocked() getchar ()
60 # undef getchar93 using _STLP_VENDOR_CSTD::getchar;
76 int getchar(void);155 using ::getchar;
65 using ::getchar;
119 static_assert((std::is_same<decltype(getchar()), int>::value), ""); in main()
120 static_assert((std::is_same<decltype(std::getchar()), int>::value), ""); in main()