Function hermit_abi::open

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

open and possibly create a file

The open() system call opens the file specified by name. If the specified file does not exist, it may optionally be created by open().