Skip to main content

getc_unlocked

Function getc_unlocked 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn getc_unlocked(stream: *mut FILE) -> c_int
Expand description

See https://pubs.opengroup.org/onlinepubs/9799919799/functions/getc_unlocked.html.

Get a char from a stream without locking the stream