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

fsetpos

Function fsetpos 

Source
pub unsafe extern "C" fn fsetpos(
    stream: *mut FILE,
    ptr: *const fpos_t,
) -> c_int