shithub: drawterm-fdroid

ref: 2923f85445c8092257d1f26503839bbbb5c5dac5
dir: /libc/nan.h/

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