> +/* A printf/scanf length modifier for idx_t.  For example, if i is an idx_t,
> +   printf ("i = %"pIDX"d\n", i) outputs i's value.  */
> +#define pIDX "t"

Note that this modifier is not supported in internationalized format strings.
gettext() supports only the modifier names from <inttypes.h>. [1]

Bruno

[1] https://www.gnu.org/software/gettext/manual/html_node/Preparing-Strings.html


Reply via email to