Prototype __hdtoa() and __hldtoa().

This commit is contained in:
David Schultz 2004-01-18 08:28:47 +00:00
parent 904322a502
commit 06c89bd55b

View File

@ -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 **);