static int size_t_Compare()

in src/ctest.c [381:384]


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