Function libc::posix_fallocate [] [src]

pub unsafe extern fn posix_fallocate(fd: c_int,
                                     offset: off_t,
                                     len: off_t)
                                     -> c_int
🔬 This is a nightly-only experimental API. (libc)

use libc from crates.io