Function libnotcurses_sys::c_api::ffi::fscanf

source ·
pub unsafe extern "C" fn fscanf(
    __stream: *mut FILE,
    __format: *const c_char
    ...
) -> c_int
Expand description

Read formatted input from STREAM.

This function is a possible cancellation point and therefore not marked with __THROW.