Skip to content
  • rswindell's avatar
    Define int64_t and use it for return type of flength() to support files >2G · 9d444cf2
    rswindell authored
    in size (or >4G-1byte depending on how the return value was used).
    This is going to trigger a bunch of warnings like this:
    conversion from '__int64 ' to 'unsigned long ', possible loss of data
    which will be fixed over type (either with typecasts or by supporting 64-bit
    file sizes, as the case may be).
    9d444cf2