Skip to main content

fsetpos

Function fsetpos 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn fsetpos( stream: *mut FILE, pos: *const fpos_t, ) -> c_int
Expand description

See https://pubs.opengroup.org/onlinepubs/9799919799/functions/fsetpos.html.

Seek to a position pos in the file from the beginning of the file