HackerTrans
トップ新着トレンドコメント過去質問紹介求人

AndreiBB

no profile record

コメント

AndreiBB
·3 年前·議論
Here is how I do it:

#define FALSE 0

#define TRUE (!FALSE)

ASSERT( TRUE != FALSE );

and let the compiler worry about which bits to use for TRUE