git: 9front

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