Home
last modified time | relevance | path

Searched defs:putwchar (Results 1 – 2 of 2) sorted by relevance

/dragonfly/lib/libc/stdio/
H A Dputwchar.c55 putwchar(wchar_t wc) in putwchar() function
/dragonfly/include/
H A Dwchar.h220 #define putwchar(wc) fputwc(wc, __stdoutp) macro