-
- Downloads
Define int64_t and use it for return type of flength() to support files >2G
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).
Please register or sign in to comment