Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

fseek

Function fseek 

Source
pub unsafe extern "C" fn fseek(
    stream: *mut FILE,
    offset: c_long,
    whence: c_int,
) -> c_int