main() { .... REACH: ...... } void function() { goto REACH ; }
如何实现这种用法?
最近的标准等价物是setjmp()和longjmp()对功能.
setjmp()
longjmp()
GCC有extensions更一般地支持标签.