Function libnotcurses_sys::c_api::ffi::fsetpos
source · pub unsafe extern "C" fn fsetpos(
__stream: *mut FILE,
__pos: *const fpos_t
) -> c_intExpand description
Set STREAM’s position.
This function is a possible cancellation point and therefore not marked with __THROW.