lseek

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. alias lseek = lseek64
  2. off_t lseek(int , off_t , int )
  3. off_t lseek(int , off_t , int )
  4. alias lseek = lseek64
    version(!linux && !FreeBSD && solaris)
    extern (C)
    static if(__USE_LARGEFILE64)
    alias lseek = lseek64
  5. off_t lseek(int , off_t , int )
  6. off_t lseek(int , off_t , int )

Meta