static int int8_t_Compare()

in src/ctest.c [494:497]


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