git: 9front

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