summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-07-12 06:31:01 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-07-12 06:31:01 +0000
commit9b8e02c39ef0f52dca178fb0fa3861c44e16f055 (patch)
tree7d79fcf4f5cf64bc2c2064ca76f4e346795cffe7 /lib
parentd06984e2be1fc5e2cf871e9666f21d7ab3760e3f (diff)
downloadcoreutils-9b8e02c39ef0f52dca178fb0fa3861c44e16f055.tar.xz
(c_strtold): New decl.
Diffstat (limited to 'lib')
-rw-r--r--lib/c-strtod.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/c-strtod.h b/lib/c-strtod.h
index f16dbc118..ca9a9e7c2 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 **);