15 lines
140 B
Plaintext
15 lines
140 B
Plaintext
/*
|
|
* $FreeBSD$
|
|
*/
|
|
|
|
FBSD_1.0 {
|
|
/*
|
|
* Standard functions from contrib/gdtoa
|
|
*/
|
|
strtod;
|
|
strtof;
|
|
|
|
/* FreeBSD additions */
|
|
strtold;
|
|
};
|