xfreopen: fix typo: s/frepoen/freopen/
[gnulib/ericb.git] / modules / floor
blobc4c71e9a3763103681d4e656ff7dfea6e1eef78e
1 Description:
2 floor() function: round towards negative infinity.
4 Files:
5 lib/floor.c
6 m4/floor.m4
8 Depends-on:
9 math
10 float           [test $REPLACE_FLOOR = 1]
12 configure.ac:
13 gl_FUNC_FLOOR
14 if test $REPLACE_FLOOR = 1; then
15   AC_LIBOBJ([floor])
17 gl_MATH_MODULE_INDICATOR([floor])
19 Makefile.am:
21 Include:
22 <math.h>
24 Link:
25 $(FLOOR_LIBM)
27 License:
28 LGPL
30 Maintainer:
31 Bruno Haible