Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdio/
H A Dputwc.c55 putwc(wchar_t wc, FILE *fp) in putwc() function
/freebsd/include/
H A Dwchar.h196 #define putwc(wc, fp) fputwc(wc, fp) macro