git: 9front

ref: fe647baf0b57d8425a430c01fada2b98d7ab76a4
dir: /sys/src/ape/lib/fmt/strtod.h/

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