unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / trunc
blob2cf4f40bc6d17257594f8089ef5b796ebdcdd73f
1 Description:
2 trunc() function: round towards zero.
4 Files:
5 lib/trunc.c
6 m4/trunc.m4
8 Depends-on:
9 math
10 extensions
11 float           [test $HAVE_DECL_TRUNC = 0 || test $REPLACE_TRUNC = 1]
13 configure.ac:
14 gl_FUNC_TRUNC
15 gl_CONDITIONAL([GL_COND_OBJ_TRUNC],
16                [test $HAVE_DECL_TRUNC = 0 || test $REPLACE_TRUNC = 1])
17 gl_MATH_MODULE_INDICATOR([trunc])
19 Makefile.am:
20 if GL_COND_OBJ_TRUNC
21 lib_SOURCES += trunc.c
22 endif
24 Include:
25 <math.h>
27 Link:
28 $(TRUNC_LIBM)
30 License:
31 LGPL
33 Maintainer:
34 all