Skip to main content

posix_getdents

Function posix_getdents 

Source
#[unsafe(no_mangle)]
pub extern "C" fn posix_getdents( fildes: c_int, buf: *mut c_void, nbyte: size_t, _flags: c_int, ) -> ssize_t
Expand description