static int short_Compare()

in src/ctest.c [366:369]


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