diff options
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 **); | 
