Note that decimal point taken from locale

This commit is contained in:
Andrey A. Chernov 2001-02-10 06:42:32 +00:00
parent 31b516e49c
commit 2b2075b191
1 changed files with 3 additions and 0 deletions

View File

@ -62,6 +62,9 @@ representation.
It is equivalent to:
.Bd -literal -offset indent
strtod(nptr, (char **)NULL);
.Pp
The decimal point
character is defined in the program's locale (category LC_NUMERIC).
.Ed
.Sh SEE ALSO
.Xr atoi 3 ,