verify: new macro 'assume'
[gnulib.git] / modules / printf-frexpl
1 Description:
2 printf_frexpl() function: split a long double into fraction and mantissa,
3 for hexadecimal printf, without requiring libm.
4
5 Files:
6 lib/printf-frexpl.h
7 lib/printf-frexpl.c
8 lib/printf-frexp.c
9 m4/printf-frexpl.m4
10 m4/frexpl.m4
11 m4/ldexpl.m4
12
13 Depends-on:
14 printf-frexp    [test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
15 float           [test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
16 math            [test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
17 fpucw           [test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
18
19 configure.ac:
20 gl_FUNC_PRINTF_FREXPL
21
22 Makefile.am:
23 lib_SOURCES += printf-frexpl.c
24
25 Include:
26 "printf-frexpl.h"
27
28 License:
29 LGPL
30
31 Maintainer:
32 Bruno Haible
33