cecf6153bbcc1e23e2c88d4787ee3843ba4b37fe
[gnulib.git] / doc / posix-headers / inttypes.texi
1 @node inttypes.h
2 @section @file{inttypes.h}
3
4 POSIX specification: @url{http://www.opengroup.org/susv3xbd/inttypes.h.html}
5
6 Gnulib module: inttypes
7
8 Portability problems fixed by Gnulib:
9 @itemize
10 @item
11 This header file is missing on some platforms:
12 OSF/1 4.0, Interix 3.5.
13 @item
14 This header file is very incomplete on some platforms.
15 @item
16 The PRI* macros are defined to non-string values on AIX 4.3.3.
17 @item
18 The declarations of @code{imaxabs} and @code{imaxdiv} are missing on some
19 platforms:
20 NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, BeOS.
21 @item
22 The declarations of @code{strtoimax} and @code{strtoumax} are missing on some
23 platforms:
24 OpenBSD 3.8, AIX 4.3.2, AIX 5.1 (missing only @code{strtoumax}), OSF/1 5.1.
25 @end itemize
26
27 Portability problems not fixed by Gnulib:
28 @itemize
29 @end itemize