mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-15 11:20:03 +00:00
4 lines
114 B
C
4 lines
114 B
C
extern double __NaN(void);
|
|
extern double __Inf(int);
|
|
extern int __isNaN(double);
|
|
extern int __isInf(double, int);
|