shithub: tlsclient

ref: de6779c5b56de7d8609a15fc51f361cf4414542c
dir: /libc/strtod.h/

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