git: 9front

ref: b291462dae1782c2f5976c5a9b17ecedaad4cef4
dir: /sys/src/cmd/unix/drawterm/libc/nan.h/

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