mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-25 11:37:56 +00:00
39e7abef0e
libm can use it.
20 lines
197 B
Plaintext
20 lines
197 B
Plaintext
/*
|
|
* $FreeBSD$
|
|
*/
|
|
|
|
FBSD_1.0 {
|
|
/*
|
|
* Standard functions from contrib/gdtoa
|
|
*/
|
|
strtod;
|
|
strtof;
|
|
|
|
/* FreeBSD additions */
|
|
strtold;
|
|
};
|
|
|
|
FBSDprivate_1.0 {
|
|
/* used in libm */
|
|
__hexnan_D2A;
|
|
};
|