git: 9front

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