URI: 
       nan.h - 9base - revived minimalist port of Plan 9 userland to Unix
  HTML git clone git://git.suckless.org/9base
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       nan.h (114B)
       ---
            1 extern double __NaN(void);
            2 extern double __Inf(int);
            3 extern int __isNaN(double);
            4 extern int __isInf(double, int);