static int uint32_t_Compare()

in src/ctest.c [509:512]


static int uint32_t_Compare(uint32_t left, uint32_t right)
{
    return left != right;
}