Rename two directories: headers -> posix-headers, functions -> posix-functions.
[gnulib.git] / doc / posix-functions / strtod.texi
1 @node strtod
2 @section @code{strtod}
3 @findex strtod
4
5 POSIX specification: @url{http://www.opengroup.org/susv3xsh/strtod.html}
6
7 Gnulib module: strtod
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some old platforms.
13 @item
14 This function mis-parses strings with leading @samp{+} on some old platforms:
15 Old versions of Linux.
16 @item
17 This function returns a wrong end pointer on some platforms:
18 Solaris 2.4.
19 @end itemize
20
21 Portability problems not fixed by Gnulib:
22 @itemize
23 @end itemize