Replace CONST with const
[deliverable/binutils-gdb.git] / libiberty / strtod.c
index 874e5e5241626dc3819a1c84fefac50c8dbe7bea..6b69ccfa8d206c6594c7b668362a85fbf7b120a6 100644 (file)
@@ -26,7 +26,7 @@ the executable file might be covered by the GNU General Public License. */
 
 @deftypefn Supplemental double strtod (const char *@var{string}, char **@var{endptr})
 
-This ANSI C function converts the initial portion of @var{string} to a
+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
This page took 0.023082 seconds and 4 git commands to generate.