Hash :
9c1a9336
Author :
Date :
2007-03-22T11:59:06
Don't use the system's frexp() if it does not work (example: NetBSD 3.0).
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