Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / floor
blobbd7d90dc7d771faf8acb35479b93b7addead0e39
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 AC_REQUIRE([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 all