Ejemplo n.º 1
0
void
testBug (void)
{
#ifdef __bool_true_false_are_defined
    rx_index = 1;
    ASSERT (VerifyCRC ());
    ASSERT (NotZero (300));
#endif //__bool_true_false_are_defined
}
Ejemplo n.º 2
0
 bool IsPositive()  const { return NotNegative() && NotZero(); }