Search | Google it | Results 1 - 2 of 2 for fundef:putwc (0.00 seconds) |
208: #define getwchar() getwc(stdin) 209: #define putwc(wc, f) fputwc((wc), (f)) 210: #define putwchar(wc) putwc((wc), stdout)
212: #define getwchar() getwc(stdin) 213: #define putwc(wc, f) fputwc((wc), (f)) 214: #define putwchar(wc) putwc((wc), stdout)