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