Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ exit(3f) — Ultrix/UWS 4.0 VAX

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

exit(2)

fork(2)

wait(2)

fork(3f)

wait(3f)

exit(3f)  —  VAX  —  Unsupported

Name

exit − terminate process with status

Syntax

subroutine exit (status)
integer status

Description

The exit function flushes and closes all the process’s files, and notifies the parent process if it is executing a wait. The low-order 8 bits of status are available to the parent process.  Therefore, status should be in the range 0 − 255. 

This call will never return. 

The C function exit may cause cleanup actions before the final ‘sys exit’.

Files

/usr/lib/libF77.a

See Also

exit(2), fork(2), wait(2), fork(3f), wait(3f)

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026