HECK YES C Macro, For When Something Is REALLY True

.........................................................

Quite possibly the most useful macro you will ever use.

#define HECK_YES true && true

// Usage
if(self.sleepy)
{
   self.needsCoffee = HECK_YES;
}

Now if only I could replace semi colons with exclamation points...

If you read this far, you should consider subscribing to the RSS feed.
blog comments powered by Disqus