shithub: drawterm-fdroid

ref: 082f1a3a980c79b96009f413b72f65b791cc2352
dir: /libc/strtod.h/

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