goto *errOrSuccess;
State machines are another big one, which look much nicer with computed goto than a switch statement.
State machines are another big one, which look much nicer with computed goto than a switch statement.