static int uint64_t_Compare()

in src/ctest.c [519:522]


static int uint64_t_Compare(uint64_t left, uint64_t right)
{
    return left != right;
}