234a6e0be45c9e605404f21d3bda33de92ea196d
[pspp] / doc / headers / stdint.texi
1 @node stdint.h
2 @section @file{stdint.h}
3
4 POSIX specification: @url{http://www.opengroup.org/susv3xbd/stdint.h.html}
5
6 Gnulib module: stdint
7
8 Portability problems fixed by Gnulib:
9 @itemize
10 @item
11 This header file is missing on some platforms:
12 OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Interix 3.5, BeOS.
13 @item
14 This header file is very incomplete on some platforms.
15 @end itemize
16
17 Portability problems not fixed by Gnulib:
18 @itemize
19 @item
20 @code{@{uint,int@}_fast@{8,16,32,64@}_t} may not correspond to the fastest
21 types available on the system.
22 @item
23 Macros are used instead of typedefs.
24 @end itemize