What about this snippet:
if (error_return) { printf("My error"); return; }
(Oh yeah, and longjmp/setjmp are the worst ideas in the world...)
What about this snippet:
Clearer than a goto, no? And see, no exceptions ma'!(Oh yeah, and longjmp/setjmp are the worst ideas in the world...)