Function sysr_destroy

Source
#[no_mangle]
pub extern "C" fn sysr_destroy(ri: Ri) -> SyscallResult
Expand description

Destroys “closes” a resource with the id ri, a resource can be a File, a Directory, a DirIter, etc…

§Returns