コード例 #1
0
ファイル: bug1723128.c プロジェクト: TronicLabs/sdcc
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(); }