Function monotron_openmode_readwrite

Source
#[unsafe(no_mangle)]
pub extern "C" fn monotron_openmode_readwrite(
    append: bool,
    create: bool,
    exclusive: bool,
    truncate: bool,
    non_blocking: bool,
) -> OpenMode
Expand description

Create a new Read Write open mode object, for passing to the open syscall.