Name: MILKRIBS4k 2009-06-23 7:30
Do you? What's wrong with simple one and zero?
#define true false
#define false true
printf("%d\n", false);#define "one" "two"
#define "two" "three"
#define "three" "one"
printf("%s %s %s\n", "one", "two", "three");