mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-23 11:18:54 +00:00
b46286393c
Submitted by: das MFC after re@ approval
15 lines
140 B
Plaintext
15 lines
140 B
Plaintext
/*
|
|
* $FreeBSD$
|
|
*/
|
|
|
|
FBSD_1.0 {
|
|
/*
|
|
* Standard functions from contrib/gdtoa
|
|
*/
|
|
strtod;
|
|
strtof;
|
|
|
|
/* FreeBSD additions */
|
|
strtold;
|
|
};
|