glob: Declare variables at the very start of their scope.
[gnulib/ericb.git] / modules / floorl
blob5f0cc229e24bdd2ff499f148c40751579040a390
1 Description:
2 floorl() function: round towards negative infinity.
4 Files:
5 lib/floorl.c
6 lib/floor.c
7 m4/floorl.m4
9 Depends-on:
10 math
11 extensions
12 floor           [{ test $HAVE_DECL_FLOORL = 0 || test $REPLACE_FLOORL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
13 float           [{ test $HAVE_DECL_FLOORL = 0 || test $REPLACE_FLOORL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
15 configure.ac:
16 gl_FUNC_FLOORL
17 if test $HAVE_DECL_FLOORL = 0 || test $REPLACE_FLOORL = 1; then
18   AC_LIBOBJ([floorl])
20 gl_MATH_MODULE_INDICATOR([floorl])
22 Makefile.am:
24 Include:
25 <math.h>
27 Link:
28 $(FLOORL_LIBM)
30 License:
31 LGPL
33 Maintainer:
34 all