Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

openat

Function openat 

Source
pub unsafe extern "C" fn openat(
    dirfd: c_int,
    pathname: *const c_char,
    flags: c_int,
    ...
) -> c_int