Function openat

Source
pub unsafe fn openat(
    dirfd: int,
    pathname: *const char,
    flags: int,
    mode: mode_t,
) -> Result<int>
Expand description

Open a file.