summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schultz <das@FreeBSD.org>2004-01-18 08:28:47 +0000
committerDavid Schultz <das@FreeBSD.org>2004-01-18 08:28:47 +0000
commit06c89bd55bdebaa5df7cfe3d47bd9dae7825fb21 (patch)
tree997b67c192f8fee89c82cd261347338ae7705212
parent904322a50255c8384a7757555c856db2cfa9bcd7 (diff)
Notes
-rw-r--r--lib/libc/stdio/floatio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/stdio/floatio.h b/lib/libc/stdio/floatio.h
index 500cda2402cd..2463a85b998e 100644
--- a/lib/libc/stdio/floatio.h
+++ b/lib/libc/stdio/floatio.h
@@ -53,4 +53,6 @@
#error "floating point buffers too small"
#endif
+char *__hdtoa(double, const char *, int, int *, int *, char **);
+char *__hldtoa(long double, const char *, int, int *, int *, char **);
char *__ldtoa(long double *, int, int, int *, int *, char **);