Skip to main content

fgetpos

Function fgetpos 

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

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

Get the position of the stream and store it in pos