aboutsummaryrefslogtreecommitdiff
path: root/src/libfmt/strtod.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libfmt/strtod.h')
-rw-r--r--src/libfmt/strtod.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libfmt/strtod.h b/src/libfmt/strtod.h
new file mode 100644
index 00000000..82c3d46e
--- /dev/null
+++ b/src/libfmt/strtod.h
@@ -0,0 +1,4 @@
+extern double __NaN(void);
+extern double __Inf(int);
+extern double __isNaN(double);
+extern double __isInf(double, int);