unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / rintl
blob3a03703afe79c8a6eb707ef52d29f85fe978a381
1 Description:
2 rintl() function: round according to the current rounding mode.
4 Files:
5 lib/rintl.c
6 lib/rint.c
7 m4/rintl.m4
8 m4/mathfunc.m4
10 Depends-on:
11 math
12 extensions
13 rint            [{ test $HAVE_RINTL = 0 || test $REPLACE_RINTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
15 configure.ac:
16 gl_FUNC_RINTL
17 gl_CONDITIONAL([GL_COND_OBJ_RINTL],
18                [test $HAVE_RINTL = 0 || test $REPLACE_RINTL = 1])
19 gl_MATH_MODULE_INDICATOR([rintl])
21 Makefile.am:
22 if GL_COND_OBJ_RINTL
23 lib_SOURCES += rintl.c
24 endif
26 Include:
27 <math.h>
29 Link:
30 $(RINTL_LIBM)
32 License:
33 LGPL
35 Maintainer:
36 all