Function libc::fseeko [] [src]

pub unsafe extern "C" fn fseeko(
    stream: *mut FILE,
    offset: off_t,
    whence: c_int
) -> c_int
🔬 This is a nightly-only experimental API. (libc)

use libc from crates.io