static int uint8_t_Compare()

in src/ctest.c [489:492]


static int uint8_t_Compare(uint8_t left, uint8_t right)
{
    return left != right;
}