1EXIT(3F)                                                              EXIT(3F)
2
3
4

NAME

6       exit - terminate process with status
7

SYNOPSIS

9       subroutine exit (status)
10       integer status
11

DESCRIPTION

13       Exit  flushes and closes all the process's files, and notifies the par‐
14       ent process if it is executing a wait.  The low-order 8 bits of  status
15       are  available  to  the parent process.  (Therefore status should be in
16       the range 0 - 255)
17
18       This call will never return.
19
20       The C function exit may cause cleanup actions  before  the  final  `sys
21       exit'.
22

FILES

24       /usr/lib/libF77.a
25

SEE ALSO

27       exit(2), fork(2), fork(3F), wait(2), wait(3F)
28
29
30
314.2 Berkeley Distribution        May 15, 1985                         EXIT(3F)
Impressum