Search | Google it | Results 1 - 2 of 2 for fundef:putwchar (0.00 seconds) |
209: #define putwc(wc, f) fputwc((wc), (f)) 210: #define putwchar(wc) putwc((wc), stdout) 211: __END_DECLS
213: #define putwc(wc, f) fputwc((wc), (f)) 214: #define putwchar(wc) putwc((wc), stdout) 215: