Thread: Struggling to find the related docs for off_t/off64_t

  1. #1
    Registered User awsdert's Avatar
    Join Date
    Jan 2015
    Posts
    1,733

    Struggling to find the related docs for off_t/off64_t

    Implementing the offset getting/setting part of my io api and remembered that off64_t/off_t were more useful for providing consistent support for large files, problem is my attempts to find the relevant docs are falling flat, would appreciate some links so I can identify the calls I need to make.

  2. #2
    Registered User awsdert's Avatar
    Join Date
    Jan 2015
    Posts
    1,733
    Never mind, just found what I was looking for:

    lseek64(3) - Linux man page

    Coulda sworn that was supposed to return long long, whatever at least I have it now

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. fseeko and off_t
    By fguy817817 in forum C Programming
    Replies: 12
    Last Post: 01-19-2011, 08:59 PM
  2. msdn's docs are sometimes misleading
    By Elysia in forum Windows Programming
    Replies: 2
    Last Post: 01-08-2008, 11:56 AM
  3. Platform SDK docs
    By Hunter2 in forum Tech Board
    Replies: 4
    Last Post: 12-14-2004, 04:39 PM
  4. Anyone have some docs I could look at?
    By Hyperganon in forum Game Programming
    Replies: 2
    Last Post: 10-02-2002, 11:36 AM
  5. visual C++ docs error
    By Unregistered in forum C++ Programming
    Replies: 4
    Last Post: 07-22-2002, 07:24 PM

Tags for this Thread