[][src]Function monotron_api::monotron_openmode_writeonly

#[no_mangle]
pub extern "C" fn monotron_openmode_writeonly(
    append: bool,
    create: bool,
    exclusive: bool,
    truncate: bool,
    non_blocking: bool
) -> OpenMode

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