Skip to main content

lseek

Function lseek 

Source
pub unsafe extern "C" fn lseek(
    __fildes: c_int,
    __offset: off_t,
    __whence: c_int,
) -> off_t