pgm_exit.3ncs
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3NCS 代码 · 共 66 行
3NCS
66 行
.\" @(#)pgm_exit.3ncs 8.1 of 9/11/90.TH pgm_exit 3ncs.SH Namepgm_exit \- exit a program.SH Syntax.nf#include <idl/c/base.h>#include <idl/c/pfm.h>void pgm_$exit().fi.\".SH SYNOPSIS (PASCAL).\".DS.\"\fB%include '/sys/ins/base.ins.pas';\fR.\"\fB%include '/sys/ins/pgm.ins.pas';\fR [?].\".\"\fBprocedure pgm_$exit;\fR.\".DE.ig.SH Synopsis (fortran).nf\fB%include '/sys/ins/base.ins.ftn'\fR\fB%include '/sys/ins/pgm.ins.ftn'\fR \fBcall pgm_$exit\fR.fi...SH DescriptionThe .PN pgm_$exitroutine exits from the calling programand returns control to the process that invoked it.When .PN pgm_$exitis calledany files left open by the program are closed,any storage acquired is released,and asynchronous faults are reenabledif they were inhibited by the calling program..NXR "Program Management" "pgm_exit".PPThe.PN pgm_$exitroutine always calls .PN pfm_$signal ()with a status of .B status_$ok..SH Files.PN /usr/include/idl/c/base.h.br.PN /usr/include/idl/base.idl.br.PN /usr/include/idl/c/pfm.h.SH See Alsointro(3ncs).\".DM "\.\"path syscalls/pgm/pgm_$exit\.\"type reference\.\"book syscalls\.\"chapter pgm\.\"section pgm_$exit\.\"".\".DD "\.\"exit(ed)(s)(ing) quit(ed)(s)(ing) from program(s) pgm pgm_$\.\""
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?