Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdio/
H A Dputwchar.c54 putwchar(wchar_t wc) in putwchar() function
/freebsd/include/
H A Dwchar.h197 #define putwchar(wc) fputwc(wc, __stdoutp) macro