mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
28 lines
377 B
Plaintext
28 lines
377 B
Plaintext
Description:
|
|
printf_frexp() function: split a double into fraction and mantissa, for
|
|
hexadecimal printf, without requiring libm.
|
|
|
|
Files:
|
|
lib/printf-frexp.h
|
|
lib/printf-frexp.c
|
|
m4/printf-frexp.m4
|
|
m4/frexp.m4
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
gl_FUNC_PRINTF_FREXP
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += printf-frexp.c
|
|
|
|
Include:
|
|
#include "printf-frexp.h"
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|