summaryrefslogtreecommitdiff
path: root/lib/c-strtod.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/c-strtod.h')
-rw-r--r--lib/c-strtod.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/c-strtod.h b/lib/c-strtod.h
new file mode 100644
index 0000000..ca9a9e7
--- /dev/null
+++ b/lib/c-strtod.h
@@ -0,0 +1,2 @@
+double c_strtod (char const *, char **);
+long double c_strtold (char const *, char **);