#[unsafe(no_mangle)]pub unsafe extern "C" fn getchar_unlocked() -> c_intExpand description
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/getc_unlocked.html.
Get a char from stdin without locking stdin
#[unsafe(no_mangle)]pub unsafe extern "C" fn getchar_unlocked() -> c_intSee https://pubs.opengroup.org/onlinepubs/9799919799/functions/getc_unlocked.html.
Get a char from stdin without locking stdin