As I retire, my goal now is to release 40+ years of source code 3 years agoHere 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 0ThreadHN