POSIX specification:
https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/inttypes.h.html
Portability problems fixed by Gnulib:
imaxabs and imaxdiv are missing on some
platforms:
NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11.
strtoimax and strtoumax are missing on some
platforms:
OpenBSD 3.8, AIX 5.1 (missing only strtoumax).
__STDC_FORMAT_MACROS to make visible the declarations of format
macros such as PRIdMAX.
Portability problems not fixed by Gnulib:
SCN*8, SCN*LEAST8, SCN*FAST8
are missing on some platforms:
mingw without __USE_MINGW_ANSI_STDIO.
PRIb*, PRIB*, SCNb*,
that were added in ISO C 23,
are missing on many platforms:
glibc 2.37 and many others.