monotron_openmode_writeonly

Function monotron_openmode_writeonly 

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

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