Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / printf-frexpl
blobfd1a04a301a7cb3e1504e50dcb5ce253ceae8e0b
1 Description:
2 printf_frexpl() function: split a long double into fraction and mantissa,
3 for hexadecimal printf, without requiring libm.
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
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]
19 configure.ac:
20 gl_FUNC_PRINTF_FREXPL
22 Makefile.am:
23 lib_SOURCES += printf-frexpl.c
25 Include:
26 "printf-frexpl.h"
28 License:
29 LGPLv2+
31 Maintainer:
32 all