signal: Define NSIG.
[pspp] / lib / ftoastr.h
index edae494dda7b2d4e8867839e757322b5bae60138..c16a884f2bee36df45c2ec3abcf01496857bbc0f 100644 (file)
@@ -39,8 +39,8 @@
 
    Example:
 
-     char buf[DBL_ABUFSIZE_BOUND];
-     int r = dtoastr (buf, sizeof buf, FTOASTR_UPPER_E, 0, 0.1);
+     char buf[DBL_BUFSIZE_BOUND];
+     int r = dtoastr (buf, sizeof buf, 0, 0, 0.1);
 
    In the C locale, this sets R to 3 and stores "0.1" into BUF.  */