fseek

Function fseek 

Source
pub unsafe extern "C" fn fseek(
    __stream: *mut FILE,
    __off: c_long,
    __whence: c_int,
) -> c_int
Expand description

Seek to a certain position on STREAM.

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