shithub: drawterm-fdroid

ref: 39347ab47dab6c556bb37ced7526bfcc8de4cf9b
dir: /libc/nan.h/

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