Function arceos_posix_api::sys_read

source ·
pub fn sys_read(fd: c_int, buf: *mut c_void, count: usize) -> ssize_t
Expand description

Read data from the file indicated by fd.

Return the read size if success.