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