Skip to main content

O_CREAT

Constant O_CREAT 

Source
pub const O_CREAT: c_int = 0x0200_0000;
Expand description

Create file if it does not exist.