whitebread

1.29.2005

slick, slick, slick.

Found this on the information superweb. Perhaps the most useful 5 lines of C code you’ll ever see.

#ifdef DEBUG
#define dbg(x) x
#else
#define dbg(x)
#endif

Comments are closed.

 

The views and opinions expressed in this page are strictly those of the page author.
The contents of this page have not been reviewed or approved by the University of Minnesota.