diff options
| author | David Schultz <das@FreeBSD.org> | 2004-01-18 08:28:47 +0000 |
|---|---|---|
| committer | David Schultz <das@FreeBSD.org> | 2004-01-18 08:28:47 +0000 |
| commit | 06c89bd55bdebaa5df7cfe3d47bd9dae7825fb21 (patch) | |
| tree | 997b67c192f8fee89c82cd261347338ae7705212 /lib/libc | |
| parent | 904322a50255c8384a7757555c856db2cfa9bcd7 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/stdio/floatio.h | 2 |
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 **); |
