Print this page
11620 strtod man page typo equence
@@ -67,11 +67,11 @@
NAN/NAN(n-char-sequence) forms are recognized. In C99/SUSv3 mode,
hexadecimal strings are also recognized.
In default mode for strtod(), the n-char-sequence in the NAN(n-char-
- equence) form can contain any character except ')' (right parenthesis)
+ sequence) form can contain any character except ')' (right parenthesis)
or '\0' (null). In C99/SUSv3 mode, the n-char-sequence can contain
only upper and lower case letters, digits, and '_' (underscore).
The strtof() and strtold() functions always function in
@@ -301,6 +301,6 @@
(c) can be distinguished from cases (a) and (b) by examining either
ERANGE or the overflow flag.
- November 1, 2003 STRTOD(3C)
+ August 25, 2019 STRTOD(3C)