repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
printf-frexp
blob
9e5338bae78b6fc04b2fbd7f7ab4c35ccbcfbdaf
1
Description:
2
printf_frexp() function: split a double into fraction and mantissa, for
3
hexadecimal printf, without requiring libm.
4
5
Files:
6
lib/printf-frexp.h
7
lib/printf-frexp.c
8
m4/printf-frexp.m4
9
m4/frexp.m4
10
11
Depends-on:
12
13
configure.ac:
14
gl_FUNC_PRINTF_FREXP
15
16
Makefile.am:
17
lib_SOURCES += printf-frexp.c
18
19
Include:
20
"printf-frexp.h"
21
22
License:
23
LGPLv2+
24
25
Maintainer:
26
all