sys_utsname: Add support for Minix.
[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 float
15 math
16 fpucw
17
18 configure.ac:
19 gl_FUNC_PRINTF_FREXPL
20
21 Makefile.am:
22 lib_SOURCES += printf-frexpl.c
23
24 Include:
25 "printf-frexpl.h"
26
27 License:
28 LGPL
29
30 Maintainer:
31 Bruno Haible
32