exit.2

来自「莱昂氏UNIX源代码分析UNIXv6src.tar.gz」· 2 代码 · 共 34 行

2
34
字号
.th EXIT II 8/5/73.sh NAMEexit \*- terminate process.s3.sh SYNOPSIS(exit = 1.).br(status in r0).br.ft Bsys exit.s3exit(status).brint status;.ft R.sh DESCRIPTION.it Exitis the normal means of terminating a process..it Exitcloses all the process's files and notifies the parent processif it is executing a.it wait.The low byte of r0(resp. the argument to\fIexit\fR)is available as status to the parent process..s3This call can never return..sh "SEE ALSO"wait (II).sh DIAGNOSTICSNone.

⌨️ 快捷键说明

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