Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
AndreiBB
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
AndreiBB
3y ago
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