* s390-tdep.c (s390_register_raw_size): Replace unnecessarily
[deliverable/binutils-gdb.git] / libiberty / strtod.c
index 90292c224b6cd8085a1624a94fce70e6cccc0735..6b69ccfa8d206c6594c7b668362a85fbf7b120a6 100644 (file)
@@ -22,6 +22,21 @@ the resulting executable to be covered by the GNU General Public License.
 This exception does not however invalidate any other reasons why
 the executable file might be covered by the GNU General Public License. */
 
+/*
+
+@deftypefn Supplemental double strtod (const char *@var{string}, char **@var{endptr})
+
+This ISO C function converts the initial portion of @var{string} to a
+@code{double}.  If @var{endptr} is not @code{NULL}, a pointer to the
+character after the last character used in the conversion is stored in
+the location referenced by @var{endptr}.  If no conversion is
+performed, zero is returned and the value of @var{string} is stored in
+the location referenced by @var{endptr}.
+
+@end deftypefn
+
+*/
+
 #include "ansidecl.h"
 #include "safe-ctype.h"
 
This page took 0.023347 seconds and 4 git commands to generate.