Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / ceil
blob98c7a9081aa711ce9f9bb29ffcfac3fa75920a89
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 if test $REPLACE_CEIL = 1; then
15   AC_LIBOBJ([ceil])
17 gl_MATH_MODULE_INDICATOR([ceil])
19 Makefile.am:
21 Include:
22 <math.h>
24 Link:
25 $(CEIL_LIBM)
27 License:
28 LGPL
30 Maintainer:
31 all