The goto Statement

The goto statement performs an unconditional transfer of control to the named label. The label must be in the current function.

For more information about labels and the goto statement, see Labeled Statements and Using Labels with the goto Statement.