static int int16_t_Compare()

in src/ctest.c [504:507]


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