Searched defs:ungetc (Results 1 – 4 of 4) sorted by relevance
3 int ungetc(int c, FILE *f) in ungetc() function
667 #define ungetc(...) (pthread_testcancel(), ungetc(__VA_ARGS__)) macro