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

lseek

Function lseek 

Source
pub unsafe extern "C" fn lseek(
    fd: c_int,
    offset: off_t,
    whence: c_int,
) -> off_t