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