ee094f395bcad9e6bbb3ef804993b31c59cb17d9
[gnulib.git] / doc / posix-headers / stdio.texi
1 @node stdio.h
2 @section @file{stdio.h}
3
4 POSIX specification: @url{http://www.opengroup.org/susv3xbd/stdio.h.html}
5
6 Gnulib module: stdio
7
8 Portability problems fixed by Gnulib:
9 @itemize
10 @item
11 The type @code{off_t} is missing on some platforms:
12 glibc 2.8 and others.
13 @item
14 The type @code{ssize_t} is missing on some platforms:
15 glibc 2.8, MacOS X 10.5, Solaris 10, and others.
16 @item
17 The type @code{va_list} is missing on some platforms:
18 glibc 2.8, OpenBSD 4.0, Solaris 10, and others.
19 @item
20 Some platforms provide a @code{NULL} macro that cannot be used in arbitrary
21 expressions:
22 NetBSD 5.0
23 @end itemize
24
25 Portability problems not fixed by Gnulib:
26 @itemize
27 @end itemize