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