mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Prototype __hdtoa() and __hldtoa().
This commit is contained in:
parent
904322a502
commit
06c89bd55b
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Reference in a new issue