Function arceos_posix_api::sys_lseek

source ·
pub fn sys_lseek(fd: c_int, offset: off_t, whence: c_int) -> off_t
Available on crate feature fs only.
Expand description

Set the position of the file indicated by fd.

Return its position after seek.