string-buffer: Link to vasnprintf implementation only when needed.
[gnulib.git] / modules / floor
blob23557eb8adbb7199307bbcd8e0921bea66df9f10
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 gl_CONDITIONAL([GL_COND_OBJ_FLOOR], [test $REPLACE_FLOOR = 1])
15 gl_MATH_MODULE_INDICATOR([floor])
17 Makefile.am:
18 if GL_COND_OBJ_FLOOR
19 lib_SOURCES += floor.c
20 endif
22 Include:
23 <math.h>
25 Link:
26 $(FLOOR_LIBM)
28 License:
29 LGPL
31 Maintainer:
32 all