Pádraig Brady <[EMAIL PROTECTED]> wrote:
> Jim Meyering wrote:
>> By the way, does %zu work reliably everywhere now?
>> In the past, we've converted such values to strings via umaxtostr,
>> to accommodate older systems.
>>
>> For ssize and nsize, I have a slight preference for the
>> cast-free approach of using %s with imaxtostr.
>
> Yes I suppose %z and PRIdMAX are C99 specific.
> How about the attached patch?

Thanks!
However, I'd prefer to keep the use of PRIdMAX,
since gnulib's inttypes.h replacement lets us rely on that,
if you don't mind.


_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to