conterm/libc/strtod.h
Russ Cox 934846f35c a
2005-08-08 12:50:13 +00:00

5 lines
120 B
C

extern double __NaN(void);
extern double __Inf(int);
extern double __isNaN(double);
extern double __isInf(double, int);