bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Module idx


From: Marc Nieper-Wißkirchen
Subject: Re: Module idx
Date: Thu, 14 Apr 2022 08:40:31 +0200

Bruno, Paul,

thank you for your responses. So for a universal solution, one would
have to teach first the i18n toolchain how to interpret general PRIxxx
macros.

Am Mi., 13. Apr. 2022 um 09:05 Uhr schrieb Paul Eggert <eggert@cs.ucla.edu>:
>
> On 4/12/22 02:12, Marc Nieper-Wißkirchen wrote:
> > I am wondering how to print (using printf) values of type idx_t
> > reliably without assuming that idx_t == ptrdiff_t and without
> > conversion to uintptr_t.
>
> I just use %td, as that works better with i18n.
>
> If we ever change idx_t to some other type (not likely) I plan to change
> the %td instances to something else then; that's easier than worrying
> about this now.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]