From 9b8e02c39ef0f52dca178fb0fa3861c44e16f055 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 12 Jul 2004 06:31:01 +0000 Subject: [PATCH] (c_strtold): New decl. --- lib/c-strtod.h | 1 + 1 file changed, 1 insertion(+) 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 **); -- 2.47.2