Skip to main content

read_loop

Function read_loop 

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

Read/write loop wrappers (from utils.c read_loop/write_loop)