Fix the test whether frexpl() and ldexpl() are declared. Move the declaration
[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/longdouble.m4
11
12 Depends-on:
13 math
14
15 configure.ac:
16 gl_FUNC_PRINTF_FREXPL
17
18 Makefile.am:
19 lib_SOURCES += printf-frexpl.c
20
21 Include:
22 #if HAVE_LONG_DOUBLE
23 # include "printf-frexpl.h"
24 #endif
25
26 License:
27 LGPL
28
29 Maintainer:
30 Bruno Haible
31