Next: iso646.h, Previous: iconv.h, Up: ISO C and POSIX Header File Substitutes [Contents][Index]
POSIX specification:
https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/inttypes.h.html
Gnulib module: inttypes
Portability problems fixed by Gnulib:
imaxabs
and imaxdiv
are missing on some
platforms:
NetBSD 3.0, OpenBSD 6.7, AIX 5.1, HP-UX 11.
strtoimax
and strtoumax
are missing on some
platforms:
OpenBSD 6.7, 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:
PRIb*
, PRIB*
, SCNb*
macros,
that were added in ISO C 23,
are missing on many platforms:
glibc 2.37 and many others.