static int double_Compare()

in src/ctest.c [391:394]


static int double_Compare(double left, double right)
{
    return left != right;
}