mirror of
https://git.suckless.org/9base
synced 2025-08-19 22:43:49 -07:00
5 lines
114 B
C
5 lines
114 B
C
extern double __NaN(void);
|
|
extern double __Inf(int);
|
|
extern int __isNaN(double);
|
|
extern int __isInf(double, int);
|