Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: