New modules 'dprintf', 'dprintf-posix'.
[pspp] / doc / posix-functions / dprintf.texi
1 @node dprintf
2 @section @code{dprintf}
3 @findex dprintf
4
5 POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/dprintf.html}
6
7 Gnulib module: dprintf or dprintf-posix
8
9 Portability problems fixed by either Gnulib module @code{dprintf} or @code{dprintf-posix}:
10 @itemize
11 @item
12 This function is missing on all non-glibc platforms:
13 MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
14 @end itemize
15
16 Portability problems fixed by Gnulib module @code{dprintf-posix}:
17 @itemize
18 @item
19 This function does not support the @samp{a} and @samp{A} directives on some
20 platforms:
21 glibc-2.3.6.
22 @end itemize
23
24 Portability problems not fixed by Gnulib:
25 @itemize
26 @end itemize