Function hermit_abi::open
source ยท pub unsafe extern "C" fn open(
name: *const c_char,
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().