Nice.
Another neat comment-based construct is the good old:
//* foo /*/ bar //*/
It's not as needed in C given that you can use #if 1
It is handy in C derivatives, though.
It's not as needed in C given that you can use #if 1
It is handy in C derivatives, though.