gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:putwchar (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/wchar.h - 8.1KB - 213 lines
209: #define putwc(wc, f) fputwc((wc), (f))
210: #define putwchar(wc) putwc((wc), stdout)
211: __END_DECLS
bsd_source/t2ex/network/net/include/netbsd/wchar.h - 8.2KB - 216 lines
213: #define putwc(wc, f) fputwc((wc), (f))
214: #define putwchar(wc) putwc((wc), stdout)
215: