drawterm/libc/strtod.h

5 lines
120 B
C
Raw Normal View History

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