X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fprintf-frexpl.h;h=6c2d214b6d6953620507c183b2f5e3d33acf1bd1;hb=9fbf8e1a391ab49dca9c608a32af9a42831f3445;hp=86ff7ec67be12c74afe93df716c32b99494e57e3;hpb=57fdfd3f8ec62b105c53bcdf6f127c35c7fe7391;p=gnulib.git diff --git a/lib/printf-frexpl.h b/lib/printf-frexpl.h index 86ff7ec67..6c2d214b6 100644 --- a/lib/printf-frexpl.h +++ b/lib/printf-frexpl.h @@ -19,5 +19,5 @@ where exp >= LDBL_MIN_EXP - 1, mantissa < 2.0, if x is not a denormalized number then mantissa >= 1.0. - Store exp and return mantissa. */ -extern long double printf_frexpl (long double x, int *exp); + Store exp in *EXPPTR and return mantissa. */ +extern long double printf_frexpl (long double x, int *expptr);