static int long_Compare()

in src/ctest.c [371:374]


static int long_Compare(long left, long right)
{
    return left != right;
}