fsetpos

Function fsetpos 

Source
pub unsafe extern "C" fn fsetpos(
    __stream: *mut FILE,
    __pos: *const fpos_t,
) -> c_int
Expand description

Set STREAM’s position.

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