#[no_mangle]
pub unsafe extern "C" fn ax_lseek(
fd: c_int,
offset: i64,
whence: c_int
) -> i64
Available on crate features
fs
and cbindings
only.Expand description
Set the position of the file indicated by fd
.
Return its position after seek.