Useless use of goto
Someone showed me some beautiful code, that happens to be procmail's. I'm really impressed :
goto jiasc;
do
{ *++to= *++from;
jiasc:;
}
while(--count);
I suggest anyone to take a look at procmail's source code, it's really a thrill.
2008-01-23 08:59:19+0900