Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ exit(3F) — CX/UX 6.20

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

exit(2)

fork(2)

fork(3F)

wait(2)

wait(3F)

exit(3F)

NAME

exit − terminate process with status

SYNOPSIS

subroutine exit (status)
integer status subroutine exit()

DESCRIPTION

exit 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).  If no argument is given, the status given to the parent process is 0. 

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), fork(3F), wait(2), wait(3F)

CX/UX Hf77 Fortran Reference Manual

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