putc_unlocked

Function putc_unlocked 

Source
pub unsafe extern "C" fn putc_unlocked(
    __c: c_int,
    __stream: *mut FILE,
) -> c_int
Expand description

These are defined in POSIX.1:1996.

These functions are possible cancellation points and therefore not marked with __THROW.