* doc/posix-headers/utmpx.texi: Update for glibc.
[gnulib.git] / modules / truncf
blobd45ff14766c2c2b5e50c3a7a773d325d8a13c131
1 Description:
2 truncf() function: round towards zero.
4 Files:
5 lib/truncf.c
6 lib/trunc.c
7 m4/truncf.m4
9 Depends-on:
10 math
11 extensions
12 float           [test $HAVE_DECL_TRUNCF = 0 || test $REPLACE_TRUNCF = 1]
14 configure.ac:
15 gl_FUNC_TRUNCF
16 gl_CONDITIONAL([GL_COND_OBJ_TRUNCF],
17                [test $HAVE_DECL_TRUNCF = 0 || test $REPLACE_TRUNCF = 1])
18 gl_MATH_MODULE_INDICATOR([truncf])
20 Makefile.am:
21 if GL_COND_OBJ_TRUNCF
22 lib_SOURCES += truncf.c
23 endif
25 Include:
26 <math.h>
28 Link:
29 $(TRUNCF_LIBM)
31 License:
32 LGPL
34 Maintainer:
35 all