Function hermit_abi::close
source ยท pub unsafe extern "C" fn close(fd: i32) -> i32
Expand description
close a file descriptor
The close() call deletes a file descriptor fd
from the object
reference table.
pub unsafe extern "C" fn close(fd: i32) -> i32
close a file descriptor
The close() call deletes a file descriptor fd
from the object
reference table.