Print this page
11620 strtod man page typo equence
*** 71,87 ****
n-wchar-sequence nondigit
In default mode for wcstod(), only decimal, INF/INFINITY, and
! NAN/NAN(n-char-sequence) forms are recognized. In C99/SUSv3 mode,
hexadecimal strings are also recognized.
! In default mode for wcstod(), the n-char-sequence in the NAN(n-char-
! equence) 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 wcstof() and wcstold() functions always function in
C99/SUSv3-conformant mode.
--- 71,87 ----
n-wchar-sequence nondigit
In default mode for wcstod(), only decimal, INF/INFINITY, and
! NAN/NAN(n-wchar-sequence) forms are recognized. In C99/SUSv3 mode,
hexadecimal strings are also recognized.
! In default mode for wcstod(), the n-wchar-sequence in the NAN(n-wchar-
! sequence) form can contain any character except ')' (right parenthesis)
! or '\0' (null). In C99/SUSv3 mode, the n-wchar-sequence can contain
only upper and lower case letters, digits, and '_' (underscore).
The wcstof() and wcstold() functions always function in
C99/SUSv3-conformant mode.
*** 193,198 ****
iswspace(3C), localeconv(3C), scanf(3C), setlocale(3C), wcstol(3C),
attributes(5), standards(5)
! March 31, 2003 WCSTOD(3C)
--- 193,198 ----
iswspace(3C), localeconv(3C), scanf(3C), setlocale(3C), wcstol(3C),
attributes(5), standards(5)
! August 25, 2019 WCSTOD(3C)