#include #include "head.h" void main() { printf("This guy is happy: %c\n",HAPPY); if(TRUE) printf("Must be true!\n"); if(FALSE) printf("Never see this message.\n"); }