getwchar

Function getwchar 

Source
pub unsafe extern "C" fn getwchar() -> wint_t
Expand description

Read a character from stdin.

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