New module 'unicase/ulc-casecoll'.
[pspp] / lib / printf-frexp.h
index 5c0f0ccbe0139c3ee945dc89cf291c2b37599f95..46c32765dddec7e8213150b135b66e614fbc0e56 100644 (file)
@@ -19,5 +19,5 @@
    where exp >= DBL_MIN_EXP - 1,
          mantissa < 2.0,
          if x is not a denormalized number then mantissa >= 1.0.
-   Store exp and return mantissa.  */
-extern double printf_frexp (double x, int *exp);
+   Store exp in *EXPPTR and return mantissa.  */
+extern double printf_frexp (double x, int *expptr);