devela::_dep::rustix::fs

Function ftruncate

pub fn ftruncate<Fd>(fd: Fd, length: u64) -> Result<(), Errno> 
where Fd: AsFd,
Available on crate feature dep_rustix only.
Expand description

ftruncate(fd, length)—Sets the length of a file.

§References