doc: Update doc about realpath.
[gnulib.git] / modules / truncf
blob24e3eb2b9e4d32286e0a2a8645603c41794d7f44
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 if test $HAVE_DECL_TRUNCF = 0 || test $REPLACE_TRUNCF = 1; then
17   AC_LIBOBJ([truncf])
19 gl_MATH_MODULE_INDICATOR([truncf])
21 Makefile.am:
23 Include:
24 <math.h>
26 Link:
27 $(TRUNCF_LIBM)
29 License:
30 LGPL
32 Maintainer:
33 all