Prototype __hdtoa() and __hldtoa().
This commit is contained in:
parent
904322a502
commit
06c89bd55b
@ -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 **);
|
||||
|
Loading…
x
Reference in New Issue
Block a user