797f4fb875
this or the deprecated POSIX functions {e,g,f}cvt() have newer versions that do not (rely on them). Requested by: marius
40 lines
449 B
Plaintext
40 lines
449 B
Plaintext
# $FreeBSD$
|
|
|
|
FBSD_1.0 {
|
|
# Standard functions from contrib/gdtoa
|
|
# (dtoa is renamed to __dtoa and not exported)
|
|
freedtoa;
|
|
g_Qfmt;
|
|
g_ddfmt;
|
|
g_dfmt;
|
|
g_ffmt;
|
|
g_xLfmt;
|
|
g_xfmt;
|
|
gdtoa;
|
|
strtoIQ;
|
|
strtoId;
|
|
strtoIdd;
|
|
strtoIf;
|
|
strtoIx;
|
|
strtoIxL;
|
|
strtod;
|
|
strtodI;
|
|
strtodg;
|
|
strtof;
|
|
strtopQ;
|
|
strtopd;
|
|
strtopdd;
|
|
strtopf;
|
|
strtopx;
|
|
strtopxL;
|
|
strtorQ;
|
|
strtord;
|
|
strtordd;
|
|
strtorf;
|
|
strtorx;
|
|
strtorxL;
|
|
|
|
# FreeBSD additions
|
|
strtold;
|
|
};
|