static int uint16_t_Compare()

in src/ctest.c [499:502]


static int uint16_t_Compare(uint16_t left, uint16_t right)
{
    return left != right;
}