Arcane C hacks?

Andrew Koenig ark at alice.UucP
Wed Feb 19 13:53:00 AEST 1986


In "pure C," the only thing you can do with a label is
use it as the subject of a goto.  The closest you can come
is to call an element of an array rather than jumping to
it; the array must then be an array of function pointers.



More information about the Comp.lang.c mailing list