POSIX specification:
http://www.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 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, BeOS.
strtoimax and strtoumax are missing on some
platforms:
OpenBSD 3.8, AIX 4.3.2, AIX 5.1 (missing only strtoumax), OSF/1 5.1.
__STDC_FORMAT_MACROS to make visible the declarations of format
macros such as PRIdMAX.
Portability problems not fixed by Gnulib: