Function emerald_std::io::syscall_seek

source ·
pub unsafe fn syscall_seek(
    fd: usize,
    seek: SeekFrom
) -> Result<u64, SyscallError>
Expand description

Safety

This function assumes that fd is a valid file descriptor.