Function arceos_posix_api::sys_write

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

Write data to the file indicated by fd.

Return the written size if success.