pub fn ftruncate(fd: i32, len: i64) -> Result<(), Errno>
Expand description

Truncate a file to a specified length

See also ftruncate(2)