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