static int int32_t_Compare()

in src/ctest.c [514:517]


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