Constant wasix::FDFLAGS_APPEND
source · pub const FDFLAGS_APPEND: Fdflags = _; // 1u16Expand description
Append mode: Data written to the file is always appended to the file’s end.
pub const FDFLAGS_APPEND: Fdflags = _; // 1u16Append mode: Data written to the file is always appended to the file’s end.