git: 9front

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