Function otter_api_tests::unistd::ftruncate[]

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

Truncate a file to a specified length

See also ftruncate(2)