getchar

Function getchar 

Source
pub unsafe extern "C" fn getchar() -> c_int
Expand description

Read a character from stdin.

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