Function arceos_posix_api::sys_close
source · pub fn sys_close(fd: c_int) -> c_int
Available on crate feature
fd
only.Expand description
Close a file by fd
.
pub fn sys_close(fd: c_int) -> c_int
fd
only.Close a file by fd
.