static int int_Compare()

in src/ctest.c [356:359]


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