diff options
Diffstat (limited to 'lib/libc/stdio/floatio.h')
-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 22fedcd..500cda2 100644 --- a/lib/libc/stdio/floatio.h +++ b/lib/libc/stdio/floatio.h @@ -52,3 +52,5 @@ #if LDBL_MAX_EXP > 999999 #error "floating point buffers too small" #endif + +char *__ldtoa(long double *, int, int, int *, int *, char **); |