[go: up one dir, main page]

Function fd_read

Source
pub unsafe fn fd_read(fd_: fd, iovs_: &[iovec], nread_: *mut usize) -> errno
Expand description

Reads from a file descriptor.

ยงParameters

fd: The file descriptor from which data should be read.

iovs: List of scatter/gather vectors where data should be stored.

nread: The number of bytes read.