conterm/libc/strtod.h

5 lines
120 B
C
Raw Permalink Normal View History

2005-08-08 16:50:13 +04:00
extern double __NaN(void);
extern double __Inf(int);
extern double __isNaN(double);
extern double __isInf(double, int);