reset.3

来自「UNIX v6源代码 这几乎是最经典的unix版本 unix操作系统设计和莱」· 3 代码 · 共 40 行

3
40
字号
.th RESET III 5/10/73.sh NAMEreset, setexit \*- execute non-local goto.sh SYNOPSIS.ft B.bd "setexit( )".s3.bd "reset( )".ft R.sh DESCRIPTIONThese routines are useful for dealing with errors and interrupts encountered ina low-level subroutine of a program..s3.it Setexitsaves its stack environment in a static place forlater use by.it reset..s3.it Resetrestores the environment saved by the last call of.it setexit.It then returns in such a way that executioncontinues as if the call of .it setexithad just returned.All accessible data have values as of thetime .it reset was called..s3The routine that called.it setexitmust still be active when.it resetis called..sh "SEE ALSO"signal (II).sh BUGS

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?