Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ exit(3) — SunOS 3.2/SYS4

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

exit(2)

intro(3S)

on_exit(3)

EXIT(3)  —  C LIBRARY FUNCTIONS

NAME

exit − terminate a process after performing cleanup

SYNOPSIS

exit(status)
int status;

DESCRIPTION

Exit terminates a process by calling exit(2) 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(2), intro(3S), on_exit(3)

Sun Release 3.2  —  Last change: 21 September 1984

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