maint: use C99 int size specifiers rather than PRI.MAX defines
commit3b0f5b99717a0905735d1f16f94f3aad0470f150
authorPádraig Brady <P@draigBrady.com>
Wed, 13 Sep 2023 22:08:02 +0000 (13 23:08 +0100)
committerPádraig Brady <P@draigBrady.com>
Wed, 13 Sep 2023 22:08:02 +0000 (13 23:08 +0100)
tree738ff9af17cc00d00c7851adbfb6c183f8f9e7e8
parent75e24853b7fefb6ea7f272977ed50437747f7f01
maint: use C99 int size specifiers rather than PRI.MAX defines

Following on from commit v9.3-128-gf31229ebd
replace all uses of the PRI.MAX portability defines
with C99 size specifiers %z, %j, and %t.
22 files changed:
TODO
gl/lib/randint.c
src/dd.c
src/digest.c
src/getlimits.c
src/group-list.c
src/join.c
src/libstdbuf.c
src/ls.c
src/nl.c
src/numfmt.c
src/od.c
src/pinky.c
src/pr.c
src/printf.c
src/ptx.c
src/rm.c
src/stat.c
src/stdbuf.c
src/truncate.c
src/uniq.c
src/uptime.c