Function libnotcurses_sys::c_api::ffi::fgetc

source ·
pub unsafe extern "C" fn fgetc(__stream: *mut FILE) -> c_int
Expand description

Read a character from STREAM.

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