maintainer-makefile: Prohibit BSD4.3/SysV u_char etc types.
[gnulib.git] / modules / floorf
blobf5a31d8c39446a2a92e855693a42f0da280fe237
1 Description:
2 floorf() function: round towards negative infinity.
4 Files:
5 lib/floorf.c
6 lib/floor.c
7 m4/floorf.m4
9 Depends-on:
10 math
11 extensions
12 float           [test $HAVE_DECL_FLOORF = 0 || test $REPLACE_FLOORF = 1]
14 configure.ac:
15 gl_FUNC_FLOORF
16 gl_CONDITIONAL([GL_COND_OBJ_FLOORF],
17                [test $HAVE_DECL_FLOORF = 0 || test $REPLACE_FLOORF = 1])
18 gl_MATH_MODULE_INDICATOR([floorf])
20 Makefile.am:
21 if GL_COND_OBJ_FLOORF
22 lib_SOURCES += floorf.c
23 endif
25 Include:
26 <math.h>
28 Link:
29 $(FLOORF_LIBM)
31 License:
32 LGPL
34 Maintainer:
35 all