Sign in
plan9port
/
plan9
/
e182749a982e415fba755bc1035c35da5c4fe606
/
.
/
src
/
libfmt
/
strtod.h
blob: 82c3d46eb05d27d1d66b8c1c903c0ec976eeb514 [
file
]
extern
double
__NaN
(
void
);
extern
double
__Inf
(
int
);
extern
double
__isNaN
(
double
);
extern
double
__isInf
(
double
,
int
);