string-buffer tests: Avoid test failure on native Windows.
[gnulib.git] / modules / ceil
blob3d2f5cc475ecb65307bdbd215f94a4640a427677
1 Description:
2 ceil() function: round towards positive infinity.
4 Files:
5 lib/ceil.c
6 m4/ceil.m4
8 Depends-on:
9 math
10 float           [test $REPLACE_CEIL = 1]
12 configure.ac:
13 gl_FUNC_CEIL
14 gl_CONDITIONAL([GL_COND_OBJ_CEIL], [test $REPLACE_CEIL = 1])
15 gl_MATH_MODULE_INDICATOR([ceil])
17 Makefile.am:
18 if GL_COND_OBJ_CEIL
19 lib_SOURCES += ceil.c
20 endif
22 Include:
23 <math.h>
25 Link:
26 $(CEIL_LIBM)
28 License:
29 LGPL
31 Maintainer:
32 all