Function otter_api_tests::unistd::read[]

pub fn read(fd: i32, buf: &mut [u8]) -> Result<usize, Error>
Expand description

Read from a raw file descriptor.

See also read(2)