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