putwchar

Function putwchar 

Source
pub unsafe extern "C" fn putwchar(__wc: wchar_t) -> wint_t
Expand description

Write a character to stdout.

This function is a possible cancellation point and therefore not marked with __THROW.