Skip to main content

putc_unlocked

Function putc_unlocked 

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

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

Put a character c into stream without locking stream