static int _Bool_Compare()

in src/ctest.c [351:354]


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