Function hermit_abi::opendir
source ยท pub unsafe extern "C" fn opendir(name: *const c_char) -> i32
๐Deprecated since 0.4.0: please use
open
Expand description
open a directory
The opendir() system call opens the directory specified by name
.