From 91c13e54b5d631b65e2f8344d5e0abd058f78ba1 Mon Sep 17 00:00:00 2001 From: rsc Date: Sun, 29 Feb 2004 22:11:15 +0000 Subject: Move utf, fmt. Small header file changes. --- src/lib9/fmt/strtod.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/lib9/fmt/strtod.h (limited to 'src/lib9/fmt/strtod.h') diff --git a/src/lib9/fmt/strtod.h b/src/lib9/fmt/strtod.h new file mode 100644 index 00000000..82c3d46e --- /dev/null +++ b/src/lib9/fmt/strtod.h @@ -0,0 +1,4 @@ +extern double __NaN(void); +extern double __Inf(int); +extern double __isNaN(double); +extern double __isInf(double, int); -- cgit v1.2.3