Function hermit_abi::opendir

source ·
pub unsafe extern "C" fn opendir(name: *const i8) -> i32
Expand description

open a directory

The opendir() system call opens the directory specified by name.