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