git: 9front

ref: 1cf26d72e2734aad1b39fae3a008b1360aec34e3
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);