X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=libiberty%2Fstrtod.c;h=de8c54cdfe73b02e326cfc691074e5fd4cd706eb;hb=2d0a923cc653b76a531651c9f4b026a0ae366858;hp=adbc33b0da07dce7b4f1d565694cc60ee7d743cd;hpb=979c05d32447bf9388479ed6ef8e5665b40e5763;p=deliverable%2Fbinutils-gdb.git diff --git a/libiberty/strtod.c b/libiberty/strtod.c index adbc33b0da..de8c54cdfe 100644 --- a/libiberty/strtod.c +++ b/libiberty/strtod.c @@ -1,5 +1,5 @@ /* Implementation of strtod for systems with atof. - Copyright (C) 1991, 1995, 2002 Free Software Foundation, Inc. + Copyright (C) 1991-2020 Free Software Foundation, Inc. This file is part of the libiberty library. This library is free software; you can redistribute it and/or modify it under the @@ -24,7 +24,8 @@ the executable file might be covered by the GNU General Public License. */ /* -@deftypefn Supplemental double strtod (const char *@var{string}, char **@var{endptr}) +@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