brintos

brintos / llvm-project-archived public Read only

0
0
Text · 116 B · 5c7e602 Raw
5 lines · plain
1extern int __isnanf(float f);2extern int __isnan(double f);3extern int __isnanl(long double f);4#define ISNAN isnan5