On Thu, Mar 16, 2017 at 10:40 PM, Dave Page <dpage(at)pgadmin(dot)org> wrote:
>> + const int n = snprintf(NULL, 0, "%lld", attrib.st_size);
I wonder what the portable printf directive is for off_t. Maybe
better to use INT64_FORMAT and cast to int64?
--
Thomas Munro
http://www.enterprisedb.com