Bump to 1.14.1
[platform/upstream/augeas.git] / doc / posix-headers / inttypes.texi
1 @node inttypes.h
2 @section @file{inttypes.h}
3
4 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/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, MSVC 9, 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 @item
26 On some hosts that predate C++11, when using C++ one must define
27 @code{__STDC_FORMAT_MACROS} to make visible the declarations of format
28 macros such as @code{PRIdMAX}.
29 @end itemize
30
31 Portability problems not fixed by Gnulib:
32 @itemize
33 @end itemize