예제 #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
}
예제 #2
0
파일: integer.hpp 프로젝트: sd-eblana/bawx
 bool IsPositive()  const { return NotNegative() && NotZero(); }