ack/mach/vax4/libbsd4_2/exit.c
1987-02-23 18:58:58 +00:00

6 lines
36 B
C

exit(n)
{
_cleanup();
_exit(n);
}