Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ exit(3) — OS/MP 4.1A3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

exit(2V)

intro(3)

on_exit(3)

EXIT(3)  —  C LIBRARY FUNCTIONS

NAME

exit − terminate a process after performing cleanup

SYNOPSIS

void
exit(status)
int status;

DESCRIPTION

exit() terminates a process by calling exit(2V) after calling any termination handlers named by calls to on_exit.  Normally, this is just the Standard I/O library function _cleanup.  exit() never returns. 

SEE ALSO

exit(2V), intro(3), on_exit(3)

Solbourne Computer, Inc.  —  6 October 1987

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