git: 9front

ref: a51a7f77f84fdbd02b9e664578c300702b5a7900
dir: /sys/src/cmd/unix/drawterm/libc/strtod.h/

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