From: Paul Eggert Date: Mon, 12 Jul 2004 06:31:01 +0000 (+0000) Subject: (c_strtold): New decl. X-Git-Tag: v5.3.0~1126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b8e02c39ef0f52dca178fb0fa3861c44e16f055;p=thirdparty%2Fcoreutils.git (c_strtold): New decl. --- diff --git a/lib/c-strtod.h b/lib/c-strtod.h index f16dbc1180..ca9a9e7c2c 100644 --- a/lib/c-strtod.h +++ b/lib/c-strtod.h @@ -1 +1,2 @@ double c_strtod (char const *, char **); +long double c_strtold (char const *, char **);