summaryrefslogtreecommitdiff
path: root/gnulib/doc/posix-headers/inttypes.texi
blob: cecf6153bbcc1e23e2c88d4787ee3843ba4b37fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
@node inttypes.h
@section @file{inttypes.h}

POSIX specification: @url{http://www.opengroup.org/susv3xbd/inttypes.h.html}

Gnulib module: inttypes

Portability problems fixed by Gnulib:
@itemize
@item
This header file is missing on some platforms:
OSF/1 4.0, Interix 3.5.
@item
This header file is very incomplete on some platforms.
@item
The PRI* macros are defined to non-string values on AIX 4.3.3.
@item
The declarations of @code{imaxabs} and @code{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.
@item
The declarations of @code{strtoimax} and @code{strtoumax} are missing on some
platforms:
OpenBSD 3.8, AIX 4.3.2, AIX 5.1 (missing only @code{strtoumax}), OSF/1 5.1.
@end itemize

Portability problems not fixed by Gnulib:
@itemize
@end itemize