static int float_Compare()

in src/ctest.c [386:389]


static int float_Compare(float left, float right)
{
    return left != right;
}