June 5, 2003

A classic nugget for C programmers: Duff's Device.

Many people... have said that the worst feature of C is that switches don't break automatically before each case label. This code forms some sort of argument in that debate, but I'm not sure whether it's for or against.