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