exit.3f

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3F 代码 · 共 36 行

3F
36
字号
.\" SCCSID: @(#)exit.3f	8.1	9/11/90.TH exit 3f VAX "" Unsupported.SH Nameexit \- terminate process with status.SH Syntax.B subroutine exit (status).br.B integer status.SH Description.NXR "exit subroutine (FORTRAN)".NXR "process" "terminating"The .PN exitfunction flushes and closes all the process's files, and notifies the parent processif it is executing a.PN wait .The low-order 8 bits of .I statusare available to the parent process.Therefore,.I statusshould be in the range 0 \- 255..PPThis call will never return..PPThe C function.PN exitmay cause cleanup actions before thefinal `sys exit'..SH Files.ie \nM /usr/ucb/lib/libF77.a.el /usr/lib/libF77.a.SH See Alsoexit(2), fork(2), wait(2), fork(3f), wait(3f)

⌨️ 快捷键说明

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