lseek64

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. alias lseek64 = lseek
  2. off64_t lseek64(int , off64_t , int )
    version(Android)
    extern (C) @safe nothrow
    static if(!is(off64_t))
    lseek64
    (
    int
    ,,
    int
    )

Meta