30e7e737c718471afd952206a8532aaabf9dac74
[gnulib.git] / doc / posix-functions / truncf.texi
1 @node truncf
2 @section @code{truncf}
3 @findex truncf
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/truncf.html}
6
7 Gnulib module: truncf or truncf-ieee
8
9 Portability problems fixed by either Gnulib module @code{truncf} or @code{truncf-ieee}:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, Solaris 9, Interix 3.5.
14 @item
15 This function is not declared (without @code{-D_GNU_SOURCE}) on some platforms:
16 glibc 2.8.
17 @end itemize
18
19 Portability problems fixed by Gnulib module @code{truncf-ieee}:
20 @itemize
21 @item
22 This function returns a positive zero for a minus zero argument
23 on some platforms:
24 OSF/1 5.1.
25 @end itemize
26
27 Portability problems not fixed by Gnulib:
28 @itemize
29 @end itemize