|
From: | Marc Nieper-Wißkirchen |
Subject: | Module idx |
Date: | Tue, 12 Apr 2022 11:12:25 +0200 |
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. Would it make sense to add PRIxxx and SCNxxx macros (as those found in inttypes.h) to idx.h? Thanks, Marc
[Prev in Thread] | Current Thread | [Next in Thread] |