Re: [PATCH v1 1/1] Upcast size_t variables to uintmax_t when printing

2018-11-09 Thread Eric Sunshine
On Fri, Nov 9, 2018 at 9:46 AM wrote: > When printing variables which contains a size, today "unsigned long" > is used at many places. > In order to be able to change the type from "unsigned long" into size_t > some day the future, we need to have a way to print 64 bit variables s/day/& in/ >

[PATCH v1 1/1] Upcast size_t variables to uintmax_t when printing

2018-11-09 Thread tboegi
From: Torsten Bögershausen When printing variables which contains a size, today "unsigned long" is used at many places. In order to be able to change the type from "unsigned long" into size_t some day the future, we need to have a way to print 64 bit variables on a system that has "unsigned