#include <cruntime.h>int __float64_eq_0(double arg);
__float64_eq_0 compares arg0 to zero. __float32_eq_0 returns zero if arg is not zero, and a non-zero value if arg is zero.
__float64_eq_0 is a provided on all implementations of CrossWorks.