ack/mach/pdp/libsys/exit.c
1987-01-07 17:13:41 +00:00

6 lines
36 B
C

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