view modules/printf-frexp @ 40196:e63f5d3edab5

relocatable-prog: Update documentation. * doc/relocatable-maint.texi (Supporting Relocation): Update to match the recent changes.
author Bruno Haible <bruno@clisp.org>
date Sun, 24 Feb 2019 01:49:15 +0100
parents 32db4d32dbf9
children
line wrap: on
line source

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:
"printf-frexp.h"

License:
LGPLv2+

Maintainer:
all