Searched defs:PerlSIO_ungetc (Results 1 – 1 of 1) sorted by relevance
232 #define PerlSIO_ungetc(c,f) \ macro318 # define PerlSIO_ungetc(c,f) ((c) == EOF ? EOF : \ macro323 # define PerlSIO_ungetc(c,f) ungetc(c,f) macro