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